Show / Hide Table of Contents

Interface CfnIdMappingTable.IIdMappingTableInputSourceProperty

The input source of the ID mapping table.

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnIdMappingTable.IIdMappingTableInputSourceProperty
Syntax (vb)
Public Interface 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

Properties

IdNamespaceAssociationId

The unique identifier of the ID namespace association.

Type

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

Properties

IdNamespaceAssociationId

The unique identifier of the ID namespace association.

string IdNamespaceAssociationId { get; }
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.

string Type { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX