aws.cleanrooms.list_configured_audience_model_associations
Example SQL Queries
SELECT * FROMaws.cleanrooms.list_configured_audience_model_associationsWHERE"membership_identifier" = 'VALUE';Description
Lists information about requested configured audience model associations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| membership_identifier Required Input Column A unique identifier for a membership that contains the configured audience model associations that you want to retrieve. | 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 Amazon Resource Name (ARN) of the collaboration that contains the configured audience model association. | VARCHAR |
| collaboration_id A unique identifier of the collaboration that configured audience model is associated with. | VARCHAR |
| configured_audience_model_arn The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association. | VARCHAR |
| create_time The time at which the configured audience model association was created. | TIMESTAMP_S |
| description The description of the configured audience model association. | VARCHAR |
| id A unique identifier of the configured audience model association. | VARCHAR |
| membership_arn The Amazon Resource Name (ARN) of the membership that contains the configured audience model association. | VARCHAR |
| membership_id A unique identifier of the membership that contains 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 |