Values.BucketPolicySourceProvides information about the permissions settings of the bucket policy for an S3 bucket.
type nonrec t = {allowsPublicReadAccess : bool option;Specifies whether the bucket policy allows the general public to have read access to the bucket.
*)allowsPublicWriteAccess : bool option;Specifies whether the bucket policy allows the general public to have write access to the bucket.
*)}