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
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
Remarks
Type
The type of the input source of the ID mapping table.
string Type { get; }