Show / Hide Table of Contents

Class CfnIdMappingTable.IdMappingTableInputSourceProperty

The input source of the ID mapping table.

Inheritance
object
CfnIdMappingTable.IdMappingTableInputSourceProperty
Implements
CfnIdMappingTable.IIdMappingTableInputSourceProperty
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.IdMappingTableInputSourceProperty : CfnIdMappingTable.IIdMappingTableInputSourceProperty
Syntax (vb)
Public Class CfnIdMappingTable.IdMappingTableInputSourceProperty Implements CfnIdMappingTable.IIdMappingTableInputSourceProperty
Remarks

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

Synopsis

Constructors

IdMappingTableInputSourceProperty()

The input source of the ID mapping table.

Properties

IdNamespaceAssociationId

The unique identifier of the ID namespace association.

Type

The type of the input source of the ID mapping table.

Constructors

IdMappingTableInputSourceProperty()

The input source of the ID mapping table.

public IdMappingTableInputSourceProperty()
Remarks

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

Properties

IdNamespaceAssociationId

The unique identifier of the ID namespace association.

public string IdNamespaceAssociationId { get; set; }
Property Value

string

Remarks

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

Type

The type of the input source of the ID mapping table.

public string Type { get; set; }
Property Value

string

Remarks

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

Implements

CfnIdMappingTable.IIdMappingTableInputSourceProperty
Back to top Generated by DocFX