Interface CfnIdMappingTable.IIdMappingTableInputReferencePropertiesProperty
The input reference properties for the ID mapping table.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnIdMappingTable.IIdMappingTableInputReferencePropertiesProperty
Syntax (vb)
Public Interface CfnIdMappingTable.IIdMappingTableInputReferencePropertiesProperty
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 idMappingTableInputReferencePropertiesProperty = new IdMappingTableInputReferencePropertiesProperty {
IdMappingTableInputSource = new [] { new IdMappingTableInputSourceProperty {
IdNamespaceAssociationId = "idNamespaceAssociationId",
Type = "type"
} }
};
Synopsis
Properties
IdMappingTableInputSource | The input source of the ID mapping table. |
Properties
IdMappingTableInputSource
The input source of the ID mapping table.
object IdMappingTableInputSource { get; }