Skip to main content

agent_aliases_list_only

Lists agent_aliases in a region or regions, for all properties use agent_aliases

Overview

Nameagent_aliases_list_only
TypeResource
DescriptionDefinition of AWS::Bedrock::AgentAlias Resource Type
Idaws.bedrock.agent_aliases_list_only

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.
tagsobjectA map of tag keys and values
updated_atstringTime Stamp.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all agent_aliases in a region.

SELECT
region,
agent_id,
agent_alias_id
FROM aws.bedrock.agent_aliases_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the agent_aliases_list_only resource, see agent_aliases