agent_alias_tags
Expands all tag keys and values for agent_aliases
in a region
Overview
Name | agent_alias_tags |
Type | Resource |
Description | Definition of AWS::Bedrock::AgentAlias Resource Type |
Id | aws.bedrock.agent_alias_tags |
Fields
Name | Datatype | Description |
---|---|---|
agent_alias_arn | string | Arn representation of the Agent Alias. |
agent_alias_history_events | array | The list of history events for an alias for an Agent. |
agent_alias_id | string | Id for an Agent Alias generated at the server side. |
agent_alias_name | string | Name for a resource. |
agent_alias_status | string | The statuses an Agent Alias can be in. |
agent_id | string | Identifier for a resource. |
created_at | string | Time Stamp. |
description | string | Description of the Resource. |
routing_configuration | array | Routing configuration for an Agent alias. |
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 agent_aliases
in a region.
SELECT
region,
agent_alias_arn,
agent_alias_history_events,
agent_alias_id,
agent_alias_name,
agent_alias_status,
agent_id,
created_at,
description,
routing_configuration,
updated_at,
tag_key,
tag_value
FROM aws.bedrock.agent_alias_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the agent_alias_tags
resource, see agent_aliases