configured_table_associations
Retrieves a list of configured_table_associations
in a region
Overview
Name | configured_table_associations |
Type | Resource |
Description | configured_table_associations |
Id | awscc.cleanrooms.configured_table_associations |
Fields
Name | Datatype | Description |
---|---|---|
configured_table_association_identifier | string | |
membership_identifier | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
configured_table_association_identifier,
membership_identifier
FROM awscc.cleanrooms.configured_table_associations
WHERE region = 'us-east-1'
Permissions
To operate on the configured_table_associations
resource, the following permissions are required:
Create
cleanrooms:CreateConfiguredTableAssociation,
iam:PassRole,
cleanrooms:ListTagsForResource,
cleanrooms:TagResource,
cleanrooms:GetConfiguredTableAssociation,
cleanrooms:ListConfiguredTableAssociations
List
cleanrooms:ListConfiguredTableAssociations