assistant_association_tags
Expands all tag keys and values for assistant_associations
in a region
Overview
Name | assistant_association_tags |
Type | Resource |
Description | Definition of AWS::Wisdom::AssistantAssociation Resource Type |
Id | aws.wisdom.assistant_association_tags |
Fields
Name | Datatype | Description |
---|---|---|
assistant_association_arn | string | |
assistant_arn | string | |
assistant_association_id | string | |
assistant_id | string | |
association | object | |
association_type | string | |
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 assistant_associations
in a region.
SELECT
region,
assistant_association_arn,
assistant_arn,
assistant_association_id,
assistant_id,
association,
association_type,
tag_key,
tag_value
FROM aws.wisdom.assistant_association_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the assistant_association_tags
resource, see assistant_associations