Show / Hide Table of Contents

Interface CfnIdMappingTable.IIdMappingTableInputReferencePropertiesProperty

The input reference properties for the ID mapping table.

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnIdMappingTable.IIdMappingTableInputReferencePropertiesProperty
Syntax (vb)
Public Interface CfnIdMappingTable.IIdMappingTableInputReferencePropertiesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-idmappingtable-idmappingtableinputreferenceproperties.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 idMappingTableInputReferencePropertiesProperty = new IdMappingTableInputReferencePropertiesProperty {
                 IdMappingTableInputSource = new [] { new IdMappingTableInputSourceProperty {
                     IdNamespaceAssociationId = "idNamespaceAssociationId",
                     Type = "type"
                 } }
             };

Synopsis

Properties

IdMappingTableInputSource

The input source of the ID mapping table.

Properties

IdMappingTableInputSource

The input source of the ID mapping table.

object IdMappingTableInputSource { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-idmappingtable-idmappingtableinputreferenceproperties.html#cfn-cleanrooms-idmappingtable-idmappingtableinputreferenceproperties-idmappingtableinputsource

Back to top Generated by DocFX