interface IdMappingConfigProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.aws_cleanrooms.CfnIdNamespaceAssociation.IdMappingConfigProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnIdNamespaceAssociation_IdMappingConfigProperty | 
  Java | software.amazon.awscdk.services.cleanrooms.CfnIdNamespaceAssociation.IdMappingConfigProperty | 
  Python | aws_cdk.aws_cleanrooms.CfnIdNamespaceAssociation.IdMappingConfigProperty | 
  TypeScript  | aws-cdk-lib » aws_cleanrooms » CfnIdNamespaceAssociation » IdMappingConfigProperty | 
The configuration settings for the ID mapping table.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const idMappingConfigProperty: cleanrooms.CfnIdNamespaceAssociation.IdMappingConfigProperty = {
  allowUseAsDimensionColumn: false,
};
Properties
| Name | Type | Description | 
|---|---|---|
| allow | boolean | IResolvable | An indicator as to whether you can use your column as a dimension column in the ID mapping table ( TRUE ) or not ( FALSE ). | 
allowUseAsDimensionColumn
Type:
boolean | IResolvable
An indicator as to whether you can use your column as a dimension column in the ID mapping table ( TRUE ) or not ( FALSE ).
Default is FALSE .

 .NET
 Go
 Java
 Python
 TypeScript