ai_agent_tags
Expands all tag keys and values for ai_agents
in a region
Overview
Name | ai_agent_tags |
Type | Resource |
Description | Definition of AWS::Wisdom::AIAgent Resource Type |
Id | aws.wisdom.ai_agent_tags |
Fields
Name | Datatype | Description |
---|---|---|
a_iagent_id | string | |
a_iagent_arn | string | |
assistant_id | string | |
assistant_arn | string | |
configuration | undefined | |
description | string | |
name | string | |
type | string | |
modified_time_seconds | number | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all ai_agents
in a region.
SELECT
region,
a_iagent_id,
a_iagent_arn,
assistant_id,
assistant_arn,
configuration,
description,
name,
type,
modified_time_seconds,
tag_key,
tag_value
FROM aws.wisdom.ai_agent_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the ai_agent_tags
resource, see ai_agents