Module Values.CreateBucketConfigurationSource

The container for the bucket configuration. This is not supported by Amazon S3 on Outposts buckets.

Sourcetype nonrec t = {
  1. locationConstraint : BucketLocationConstraint.t option;
    (*

    Specifies the Region where the bucket will be created. If you are creating a bucket on the US East (N. Virginia) Region (us-east-1), you do not need to specify the location. This is not supported by Amazon S3 on Outposts buckets.

    *)
}
Sourceval make : ?locationConstraint:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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