Module Values.S3PublicAccessBlockConfigurationSource

The PublicAccessBlock configuration to apply to this Amazon S3 bucket. If the proposed configuration is for an existing Amazon S3 bucket and the configuration is not specified, the access preview uses the existing setting. If the proposed configuration is for a new bucket and the configuration is not specified, the access preview uses false. If the proposed configuration is for a new access point or multi-region access point and the access point BPA configuration is not specified, the access preview uses true. For more information, see PublicAccessBlockConfiguration.

Sourcetype nonrec t = {
  1. ignorePublicAcls : Boolean.t;
    (*

    Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket.

    *)
  2. restrictPublicBuckets : Boolean.t;
    (*

    Specifies whether Amazon S3 should restrict public bucket policies for this bucket.

    *)
}
Sourceval context_ : string
Sourceval make : ignorePublicAcls:Boolean.t -> restrictPublicBuckets:Boolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t