Interface CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty

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

@Stability(Stable) public static interface CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferenceConfigProperty extends software.amazon.jsii.JsiiSerializable
Provides the information for the ID namespace association input reference configuration.

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.*;
 IdNamespaceAssociationInputReferenceConfigProperty idNamespaceAssociationInputReferenceConfigProperty = IdNamespaceAssociationInputReferenceConfigProperty.builder()
         .inputReferenceArn("inputReferenceArn")
         .manageResourcePolicies(false)
         .build();
 

See Also: