AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CleanRooms::IdMappingTable

CfnIdMappingTable

Describes information about the ID mapping table.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnIdMappingTableProps.

inputReferenceConfigRequired
IResolvable | IdMappingTableInputReferenceConfigProperty

The input reference configuration for the ID mapping table.

membershipIdentifierRequired
string

The unique identifier of the membership resource for the ID mapping table.

nameRequired
string

The name of the ID mapping table.

descriptionOptional
string

The description of the ID mapping table.

kmsKeyArnOptional
string

The Amazon Resource Name (ARN) of the AWS KMS key.

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