aws.cleanrooms.get_collaboration_id_namespace_association
Example SQL Queries
SELECT * FROMaws.cleanrooms.get_collaboration_id_namespace_associationWHERE"collaboration_identifier" = 'VALUE'AND "id_namespace_association_identifier" = 'VALUE';Description
Retrieves an ID namespace association from a specific collaboration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collaboration_identifier Required Input Column The unique identifier of the collaboration that contains the ID namespace association that you want to retrieve. | VARCHAR |
| id_namespace_association_identifier Required Input Column The unique identifier of the ID namespace association 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 |
| collaboration_id_namespace_association The ID namespace association that you requested. | STRUCT( |
Show child fields
| |