Values.BucketPublicAccessSourceProvides information about the permissions settings that determine whether an S3 bucket is publicly accessible.
type nonrec t = {effectivePermission : EffectivePermission.t option;Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket. Possible values are: NOT_PUBLIC - The bucket isn't publicly accessible. PUBLIC - The bucket is publicly accessible. UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.
*)permissionConfiguration : BucketPermissionConfiguration.t option;The account-level and bucket-level permissions settings for the bucket.
*)}