agent_aliases_list_only
Lists agent_aliases
in a region or regions, for all properties use agent_aliases
Overview
Name | agent_aliases_list_only |
Type | Resource |
Description | Definition of AWS::Bedrock::AgentAlias Resource Type |
Id | aws.bedrock.agent_aliases_list_only |
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. |
tags | object | A map of tag keys and values |
updated_at | string | Time Stamp. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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