aws.connect.list_analytics_data_associations
Example SQL Queries
SELECT * FROMaws.connect.list_analytics_data_associationsWHERE"instance_id" = 'VALUE';Description
This API is in preview release for Amazon Connect and is subject to change.
Lists the association status of requested dataset ID for a given Amazon Connect instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | VARCHAR |
| data_set_id Input Column The identifier of the dataset to get the association status. | VARCHAR |
| max_results Input Column The maximum number of results to return per page. | BIGINT |
| next_token Input Column If there are additional results, this is the token for the next set of results. | 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 |
| results An array of successful results: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn. This is a paginated API, so nextToken is given if there are more results to be returned. | STRUCT( |
Show child fields
| |