aws.cleanrooms.get_configured_table_association
Example SQL Queries
SELECT * FROMaws.cleanrooms.get_configured_table_associationWHERE"configured_table_association_identifier" = 'VALUE'AND "membership_identifier" = 'VALUE';Description
Retrieves a configured table association.
Table Definition
| Column Name | Column Data Type |
|---|---|
| configured_table_association_identifier Required Input Column The unique ID for the configured table association to retrieve. Currently accepts the configured table ID. | VARCHAR |
| membership_identifier Required Input Column A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership 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 |
| configured_table_association The entire configured table association object. | STRUCT( |
Show child fields
| |