Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-idnamespaceassociation-idmappingconfig.html

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 ( TRUE ) or not ( FALSE ).

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; }
Property Value

object

Remarks

Default is FALSE .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-idnamespaceassociation-idmappingconfig.html#cfn-cleanrooms-idnamespaceassociation-idmappingconfig-allowuseasdimensioncolumn

Back to top Generated by DocFX