aws.cleanrooms.list_collaboration_configured_audience_model_associations
Example SQL Queries
SELECT * FROMaws.cleanrooms.list_collaboration_configured_audience_model_associationsWHERE"collaboration_identifier" = 'VALUE';Description
Lists configured audience model associations within a collaboration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collaboration_identifier Required Input Column A unique identifier for the collaboration that the configured audience model association belongs to. Accepts a collaboration ID. | 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 |
| arn The Amazon Resource Name (ARN) of the configured audience model association. | VARCHAR |
| collaboration_arn The unique ARN for the configured audience model's associated collaboration. | VARCHAR |
| collaboration_id A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID. | VARCHAR |
| create_time The time at which the configured audience model association was created. | TIMESTAMP_S |
| creator_account_id The identifier used to reference members of the collaboration. Only supports AWS account ID. | VARCHAR |
| description The description of the configured audience model association. | VARCHAR |
| id The identifier of the configured audience model association. | VARCHAR |
| name The name of the configured audience model association. | VARCHAR |
| update_time The most recent time at which the configured audience model association was updated. | TIMESTAMP_S |