Skip to main content

agents_list_only

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

Overview

Nameagents_list_only
TypeResource
DescriptionDefinition of AWS::Bedrock::Agent Resource Type
Idaws.bedrock.agents_list_only

Fields

NameDatatypeDescription
agent_idstringIdentifier for a resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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