Skip to main content

configured_table_associations

Retrieves a list of configured_table_associations in a region

Overview

Nameconfigured_table_associations
TypeResource
Descriptionconfigured_table_associations
Idawscc.cleanrooms.configured_table_associations

Fields

NameDatatypeDescription
configured_table_association_identifierstring
membership_identifierstring
regionstringAWS 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