Skip to main content

agent_alias_tags

Expands all tag keys and values for agent_aliases in a region

Overview

Nameagent_alias_tags
TypeResource
DescriptionDefinition of AWS::Bedrock::AgentAlias Resource Type
Idaws.bedrock.agent_alias_tags

Fields

NameDatatypeDescription
agent_alias_arnstringArn representation of the Agent Alias.
agent_alias_history_eventsarrayThe list of history events for an alias for an Agent.
agent_alias_idstringId for an Agent Alias generated at the server side.
agent_alias_namestringName for a resource.
agent_alias_statusstringThe statuses an Agent Alias can be in.
agent_idstringIdentifier for a resource.
created_atstringTime Stamp.
descriptionstringDescription of the Resource.
routing_configurationarrayRouting configuration for an Agent alias.
updated_atstringTime Stamp.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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