configured_table_association
Gets an individual configured_table_association
resource
Overview
Name | configured_table_association |
Type | Resource |
Description | configured_table_association |
Id | awscc.cleanrooms.configured_table_association |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
tags | array | An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration. |
configured_table_association_identifier | string | |
configured_table_identifier | string | |
description | string | |
membership_identifier | string | |
name | string | |
role_arn | string | |
region | string | AWS 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