Values.BlockPublicAccessSourceContains information on how the bucker owner's S3 Block Public Access settings are being applied to the S3 bucket. See S3 Block Public Access for more information.
type nonrec t = {ignorePublicAcls : Boolean.t option;Indicates if S3 Block Public Access is set to IgnorePublicAcls.
*)restrictPublicBuckets : Boolean.t option;Indicates if S3 Block Public Access is set to RestrictPublicBuckets.
*)blockPublicAcls : Boolean.t option;Indicates if S3 Block Public Access is set to BlockPublicAcls.
*)blockPublicPolicy : Boolean.t option;Indicates if S3 Block Public Access is set to BlockPublicPolicy.
*)}