Class CfnIdMappingTable.IdMappingTableInputSourceProperty
The input source of the ID mapping table.
Inherited Members
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
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
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
Remarks
Type
The type of the input source of the ID mapping table.
public string Type { get; set; }