AWS::CleanRooms::IdNamespaceAssociationProvides information to create the ID namespace association.
import { CfnIdNamespaceAssociation } from 'aws-cdk-lib/aws-cleanrooms';Or use the module namespace:
import * as cleanrooms from 'aws-cdk-lib/aws-cleanrooms';
// cleanrooms.CfnIdNamespaceAssociationConfiguration passed to the constructor as CfnIdNamespaceAssociationProps.
inputReferenceConfigRequiredIResolvable | IdNamespaceAssociationInputReferenceConfigPropertyThe input reference configuration for the ID namespace association.
membershipIdentifierRequiredstringThe unique identifier of the membership that contains the ID namespace association.
nameRequiredstringThe name of this ID namespace association.
descriptionOptionalstringThe description of the ID namespace association.
idMappingConfigOptionalIResolvable | IdMappingConfigPropertyThe configuration settings for the ID mapping table.
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::IdNamespaceAssociation