agent_tags
Expands all tag keys and values for agents
in a region
Overview
Name | agent_tags |
Type | Resource |
Description | Definition of AWS::Bedrock::Agent Resource Type |
Id | aws.bedrock.agent_tags |
Fields
Name | Datatype | Description |
---|---|---|
action_groups | array | List of ActionGroups |
agent_arn | string | Arn representation of the Agent. |
agent_id | string | Identifier for a resource. |
agent_name | string | Name for a resource. |
agent_resource_role_arn | string | ARN of a IAM role. |
agent_status | string | Schema Type for Action APIs. |
agent_version | string | Draft Agent Version. |
auto_prepare | boolean | Specifies whether to automatically prepare after creating or updating the agent. |
created_at | string | Time Stamp. |
customer_encryption_key_arn | string | A KMS key ARN |
skip_resource_in_use_check_on_delete | boolean | Specifies whether to allow deleting agent while it is in use. |
description | string | Description of the Resource. |
failure_reasons | array | Failure Reasons for Error. |
foundation_model | string | ARN or name of a Bedrock model. |
idle_session_ttl_in_seconds | number | Max Session Time. |
instruction | string | Instruction for the agent. |
knowledge_bases | array | List of Agent Knowledge Bases |
prepared_at | string | Time Stamp. |
prompt_override_configuration | object | Configuration for prompt override. |
recommended_actions | array | The recommended actions users can take to resolve an error in failureReasons. |
test_alias_tags | object | A map of tag keys and values |
updated_at | string | Time Stamp. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all agents
in a region.
SELECT
region,
action_groups,
agent_arn,
agent_id,
agent_name,
agent_resource_role_arn,
agent_status,
agent_version,
auto_prepare,
created_at,
customer_encryption_key_arn,
skip_resource_in_use_check_on_delete,
description,
failure_reasons,
foundation_model,
idle_session_ttl_in_seconds,
instruction,
knowledge_bases,
prepared_at,
prompt_override_configuration,
recommended_actions,
test_alias_tags,
updated_at,
tag_key,
tag_value
FROM aws.bedrock.agent_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the agent_tags
resource, see agents