Interface CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferencePropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferencePropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnIdNamespaceAssociation
@Stability(Stable)
public static interface CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferencePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
Provides the information for the ID namespace association input reference properties.
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.*; Object idMappingWorkflowsSupported; IdNamespaceAssociationInputReferencePropertiesProperty idNamespaceAssociationInputReferencePropertiesProperty = IdNamespaceAssociationInputReferencePropertiesProperty.builder() .idMappingWorkflowsSupported(List.of(idMappingWorkflowsSupported)) .idNamespaceType("idNamespaceType") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnIdNamespaceAssociation.IdNamespaceAssociationInputReferencePropertiesProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdMappingWorkflowsSupported
Defines how ID mapping workflows are supported for this ID namespace association.- See Also:
-
getIdNamespaceType
The ID namespace type for this ID namespace association.- See Also:
-
builder
@Stability(Stable) static CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferencePropertiesProperty.Builder builder()
-