AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CleanRooms::IdNamespaceAssociation

CfnIdNamespaceAssociation

Provides information to create the ID namespace association.

Import

import { CfnIdNamespaceAssociation } from 'aws-cdk-lib/aws-cleanrooms';

Or use the module namespace:

import * as cleanrooms from 'aws-cdk-lib/aws-cleanrooms';
// cleanrooms.CfnIdNamespaceAssociation

Properties

Configuration passed to the constructor as CfnIdNamespaceAssociationProps.

inputReferenceConfigRequired
IResolvable | IdNamespaceAssociationInputReferenceConfigProperty

The input reference configuration for the ID namespace association.

membershipIdentifierRequired
string

The unique identifier of the membership that contains the ID namespace association.

nameRequired
string

The name of this ID namespace association.

descriptionOptional
string

The description of the ID namespace association.

idMappingConfigOptional
IResolvable | IdMappingConfigProperty

The configuration settings for the ID mapping table.

tagsOptional
CfnTag[]

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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-cleanrooms
CFN TypeAWS::CleanRooms::IdNamespaceAssociation
Properties6

External Links