AWS::CleanRooms::ConfiguredTableAssociationCreates a configured table association. A configured table association links a configured table with a collaboration.
import { CfnConfiguredTableAssociation } from 'aws-cdk-lib/aws-cleanrooms';Or use the module namespace:
import * as cleanrooms from 'aws-cdk-lib/aws-cleanrooms';
// cleanrooms.CfnConfiguredTableAssociationConfiguration passed to the constructor as CfnConfiguredTableAssociationProps.
configuredTableIdentifierRequiredstringA unique identifier for the configured table to be associated to. Currently accepts a configured table ID.
membershipIdentifierRequiredstringThe unique ID for the membership this configured table association belongs to.
nameRequiredstringThe name of the configured table association, in lowercase. The table is identified by this name when running protected queries against the underlying data.
roleArnRequiredstringThe service will assume this role to access catalog metadata and query the table.
configuredTableAssociationAnalysisRulesOptionalIResolvable | IResolvable | ConfiguredTableAssociationAnalysisRuleProperty[]An analysis rule for a configured table association. This analysis rule specifies how data from the table can be used within its associated collaboration. In the console, the `ConfiguredTableAssociationAnalysisRule` is referred to as the *collaboration analysis rule* .
descriptionOptionalstringA description of the configured table association.
tagsOptionalCfnTag[]An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-cleanroomsAWS::CleanRooms::ConfiguredTableAssociation