agents_list_only
Lists agents in a region or regions, for all properties use agents
Overview
| Name | agents_list_only |
| Type | Resource |
| Description | Definition of AWS::Bedrock::Agent Resource Type |
| Id | aws.bedrock.agents_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
agent_id | string | Identifier for a resource. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all agents in a region.
SELECT
region,
agent_id
FROM aws.bedrock.agents_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the agents_list_only resource, see agents