Interface CfnIdMappingTablePropsMixin.IdMappingTableInputReferenceConfigProperty

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

@Stability(Stable) public static interface CfnIdMappingTablePropsMixin.IdMappingTableInputReferenceConfigProperty extends software.amazon.jsii.JsiiSerializable
Provides the input reference configuration 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.*;
 IdMappingTableInputReferenceConfigProperty idMappingTableInputReferenceConfigProperty = IdMappingTableInputReferenceConfigProperty.builder()
         .inputReferenceArn("inputReferenceArn")
         .manageResourcePolicies(false)
         .build();
 

See Also: