aws.wisdom.list_assistant_associations
Example SQL Queries
SELECT * FROMaws.wisdom.list_assistant_associationsWHERE"assistant_id" = 'VALUE';Description
Lists information about assistant associations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assistant_id Required Input Column The identifier of the Wisdom assistant. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| assistant_arn The Amazon Resource Name (ARN) of the Wisdom assistant. | VARCHAR |
| assistant_association_arn The Amazon Resource Name (ARN) of the assistant association. | VARCHAR |
| assistant_association_id The identifier of the assistant association. | VARCHAR |
| association_data The association data. | STRUCT( |
Show child fields
| |
| association_type The type of association. | VARCHAR |
| tags The tags used to organize, track, or control access for this resource. | MAP(VARCHAR, VARCHAR) |