Values.BucketCountByEffectivePermissionSourceProvides information about the number of S3 buckets that are publicly accessible due to a combination of permissions settings for each bucket.
type nonrec t = {publiclyAccessible : Awso.Import.Int64.t option;The total number of buckets that allow the general public to have read or write access to the bucket.
*)publiclyReadable : Awso.Import.Int64.t option;The total number of buckets that allow the general public to have read access to the bucket.
*)publiclyWritable : Awso.Import.Int64.t option;The total number of buckets that allow the general public to have write access to the bucket.
*)unknown : Awso.Import.Int64.t option;The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for. For example, the buckets' policies or a quota prevented Macie from retrieving the requisite data. Macie can't determine whether the buckets are publicly accessible.
*)}