Values.AwsS3AccountPublicAccessBlockDetailsSourceprovides information about the Amazon S3 Public Access Block configuration for accounts.
type nonrec t = {blockPublicAcls : Boolean.t option;Indicates whether to reject calls to update an S3 bucket if the calls include a public access control list (ACL).
*)blockPublicPolicy : Boolean.t option;Indicates whether to reject calls to update the access policy for an S3 bucket or access point if the policy allows public access.
*)ignorePublicAcls : Boolean.t option;Indicates whether Amazon S3 ignores public ACLs that are associated with an S3 bucket.
*)restrictPublicBuckets : Boolean.t option;Indicates whether to restrict access to an access point or S3 bucket that has a public policy to only Amazon Web Services service principals and authorized users within the S3 bucket owner's account.
*)}