Interface CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnIdMappingTablePropsMixin
@Stability(Stable)
public static interface CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
The input reference properties for the ID mapping table.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.*;
IdMappingTableInputReferencePropertiesProperty idMappingTableInputReferencePropertiesProperty = IdMappingTableInputReferencePropertiesProperty.builder()
.idMappingTableInputSource(List.of(IdMappingTableInputSourceProperty.builder()
.idNamespaceAssociationId("idNamespaceAssociationId")
.type("type")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdMappingTableInputSource
The input source of the ID mapping table.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIdMappingTablePropsMixin.IdMappingTableInputSourceProperty>- See Also:
-
builder
@Stability(Stable) static CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty.Builder builder()
-