Interface CfnMultiRegionAccessPointPolicyPropsMixin.PolicyStatusProperty

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

@Stability(Stable) public static interface CfnMultiRegionAccessPointPolicyPropsMixin.PolicyStatusProperty extends software.amazon.jsii.JsiiSerializable
The container element for a bucket's policy status.

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.s3.*;
 PolicyStatusProperty policyStatusProperty = PolicyStatusProperty.builder()
         .isPublic("isPublic")
         .build();
 

See Also: