Class CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty
The input reference properties for the ID mapping table.
Inherited Members
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty : CfnIdMappingTable.IIdMappingTableInputReferencePropertiesProperty
Syntax (vb)
Public Class CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty Implements 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
Constructors
IdMappingTableInputReferencePropertiesProperty() | The input reference properties for the ID mapping table. |
Properties
IdMappingTableInputSource | The input source of the ID mapping table. |
Constructors
IdMappingTableInputReferencePropertiesProperty()
The input reference properties for the ID mapping table.
public IdMappingTableInputReferencePropertiesProperty()
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"
} }
};
Properties
IdMappingTableInputSource
The input source of the ID mapping table.
public object IdMappingTableInputSource { get; set; }