assistant_associations_list_only
Lists assistant_associations
in a region or regions, for all properties use assistant_associations
Overview
Name | assistant_associations_list_only |
Type | Resource |
Description | Definition of AWS::Wisdom::AssistantAssociation Resource Type |
Id | aws.wisdom.assistant_associations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
assistant_association_arn | string | |
assistant_arn | string | |
assistant_association_id | string | |
assistant_id | string | |
association | object | |
association_type | string | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all assistant_associations
in a region.
SELECT
region,
assistant_association_id,
assistant_id
FROM aws.wisdom.assistant_associations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the assistant_associations_list_only
resource, see assistant_associations