Interface CfnIdMappingTable.IdMappingTableInputSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdMappingTable.IdMappingTableInputSourceProperty.Jsii$Proxy
- Enclosing class:
CfnIdMappingTable
@Stability(Stable)
public static interface CfnIdMappingTable.IdMappingTableInputSourceProperty
extends software.amazon.jsii.JsiiSerializable
The input source of 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.services.cleanrooms.*;
IdMappingTableInputSourceProperty idMappingTableInputSourceProperty = IdMappingTableInputSourceProperty.builder()
.idNamespaceAssociationId("idNamespaceAssociationId")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIdMappingTable.IdMappingTableInputSourcePropertystatic final classAn implementation forCfnIdMappingTable.IdMappingTableInputSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdNamespaceAssociationId
The unique identifier of the ID namespace association.- See Also:
-
getType
The type of the input source of the ID mapping table.- See Also:
-
builder
-