Interface CfnPipelinePropsMixin.ResourcePolicyProperty

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

@Stability(Stable) public static interface CfnPipelinePropsMixin.ResourcePolicyProperty extends software.amazon.jsii.JsiiSerializable
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.osis.*;
 Object policy;
 ResourcePolicyProperty resourcePolicyProperty = ResourcePolicyProperty.builder()
         .policy(policy)
         .build();
 

See Also: