Interface CfnAccessPoint.PolicyStatusProperty

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

@Stability(Stable) public static interface CfnAccessPoint.PolicyStatusProperty extends software.amazon.jsii.JsiiSerializable
Indicates whether this access point policy is public.

For more information about how Amazon S3 evaluates policies to determine whether they are public, see The Meaning of "Public" in the Amazon S3 User Guide .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.s3objectlambda.*;
 PolicyStatusProperty policyStatusProperty = PolicyStatusProperty.builder()
         .isPublic(false)
         .build();