AWS::CleanRooms::IdMappingTableDescribes information about the ID mapping table.
import { CfnIdMappingTable } from 'aws-cdk-lib/aws-cleanrooms';Or use the module namespace:
import * as cleanrooms from 'aws-cdk-lib/aws-cleanrooms';
// cleanrooms.CfnIdMappingTableConfiguration passed to the constructor as CfnIdMappingTableProps.
inputReferenceConfigRequiredIResolvable | IdMappingTableInputReferenceConfigPropertyThe input reference configuration for the ID mapping table.
membershipIdentifierRequiredstringThe unique identifier of the membership resource for the ID mapping table.
nameRequiredstringThe name of the ID mapping table.
descriptionOptionalstringThe description of the ID mapping table.
kmsKeyArnOptionalstringThe Amazon Resource Name (ARN) of the AWS KMS key.
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::IdMappingTable