Interface CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnIdNamespaceAssociationPropsMixin
@Stability(Stable)
public static interface CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.*;
IdMappingConfigProperty idMappingConfigProperty = IdMappingConfigProperty.builder()
.allowUseAsDimensionColumn(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllowUseAsDimensionColumn
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.Returns union: either
BooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnIdNamespaceAssociationPropsMixin.IdMappingConfigProperty.Builder builder()
-