Class CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty
The input reference properties for the ID mapping table.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty : CfnIdMappingTablePropsMixin.IIdMappingTableInputReferencePropertiesProperty
Syntax (vb)
Public Class CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty Implements CfnIdMappingTablePropsMixin.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.Mixins.Preview.AWS.CleanRooms.Mixins;
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.Mixins.Preview.AWS.CleanRooms.Mixins;
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; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnIdMappingTablePropsMixin.IIdMappingTableInputSourceProperty)[]