Skip to main content

configured_table_association

Gets an individual configured_table_association resource

Overview

Nameconfigured_table_association
TypeResource
Descriptionconfigured_table_association
Idawscc.cleanrooms.configured_table_association

Fields

NameDatatypeDescription
arnstring
tagsarrayAn arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
configured_table_association_identifierstring
configured_table_identifierstring
descriptionstring
membership_identifierstring
namestring
role_arnstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
tags,
configured_table_association_identifier,
configured_table_identifier,
description,
membership_identifier,
name,
role_arn
FROM awscc.cleanrooms.configured_table_association
WHERE data__Identifier = '<ConfiguredTableAssociationIdentifier>|<MembershipIdentifier>';

Permissions

To operate on the configured_table_association resource, the following permissions are required:

Read

cleanrooms:GetConfiguredTableAssociation,
cleanrooms:ListTagsForResource

Update

cleanrooms:UpdateConfiguredTableAssociation,
cleanrooms:GetConfiguredTableAssociation,
iam:PassRole,
cleanrooms:ListTagsForResource,
cleanrooms:TagResource,
cleanrooms:UntagResource

Delete

cleanrooms:DeleteConfiguredTableAssociation,
cleanrooms:GetConfiguredTableAssociation,
cleanrooms:ListConfiguredTableAssociations,
cleanrooms:ListTagsForResource,
cleanrooms:UntagResource