Show / Hide Table of Contents

Class CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty

The input reference properties for the ID mapping table.

Inheritance
object
CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty
Implements
CfnIdMappingTablePropsMixin.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.Mixins.Preview.AWS.CleanRooms.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty : CfnIdMappingTablePropsMixin.IIdMappingTableInputReferencePropertiesProperty
Syntax (vb)
Public Class CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty Implements CfnIdMappingTablePropsMixin.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.Mixins.Preview.AWS.CleanRooms.Mixins;

             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.Mixins.Preview.AWS.CleanRooms.Mixins;

             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

Type union: either IResolvable or (either IResolvable or CfnIdMappingTablePropsMixin.IIdMappingTableInputSourceProperty)[]

Implements

CfnIdMappingTablePropsMixin.IIdMappingTableInputReferencePropertiesProperty
Back to top Generated by DocFX