Show / Hide Table of Contents

Class CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty

The input reference properties for the ID mapping table.

Inheritance
object
CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty
Implements
CfnIdMappingTable.IIdMappingTableInputReferencePropertiesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty : CfnIdMappingTable.IIdMappingTableInputReferencePropertiesProperty
Syntax (vb)
Public Class CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty Implements 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

Constructors

IdMappingTableInputReferencePropertiesProperty()

The input reference properties for the ID mapping table.

Properties

IdMappingTableInputSource

The input source of the ID mapping table.

Constructors

IdMappingTableInputReferencePropertiesProperty()

The input reference properties for the ID mapping table.

public IdMappingTableInputReferencePropertiesProperty()
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"
                 } }
             };

Properties

IdMappingTableInputSource

The input source of the ID mapping table.

public object IdMappingTableInputSource { get; set; }
Property Value

object

Remarks

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

Implements

CfnIdMappingTable.IIdMappingTableInputReferencePropertiesProperty
Back to top Generated by DocFX