Interface CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty.Jsii$Proxy
Enclosing class:
CfnIdNamespaceAssociationPropsMixin

@Stability(Stable) public static interface CfnIdNamespaceAssociationPropsMixin.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.cfnpropertymixins.services.cleanrooms.*;
 Object idMappingWorkflowsSupported;
 IdNamespaceAssociationInputReferencePropertiesProperty idNamespaceAssociationInputReferencePropertiesProperty = IdNamespaceAssociationInputReferencePropertiesProperty.builder()
         .idMappingWorkflowsSupported(List.of(idMappingWorkflowsSupported))
         .idNamespaceType("idNamespaceType")
         .build();
 

See Also: