Interface CfnIdNamespaceAssociation.IIdMappingConfigProperty
The configuration settings for the ID mapping table.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnIdNamespaceAssociation.IIdMappingConfigProperty
Syntax (vb)
Public Interface CfnIdNamespaceAssociation.IIdMappingConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_cleanrooms;
var idMappingConfigProperty = new IdMappingConfigProperty {
AllowUseAsDimensionColumn = false
};
Synopsis
Properties
AllowUseAsDimensionColumn | An indicator as to whether you can use your column as a dimension column in the ID mapping table ( |
Properties
AllowUseAsDimensionColumn
An indicator as to whether you can use your column as a dimension column in the ID mapping table ( TRUE
) or not ( FALSE
).
object AllowUseAsDimensionColumn { get; }