Values.CreateMultiRegionAccessPointInputSourceA container for the information associated with a CreateMultiRegionAccessPoint request.
type nonrec t = {name : MultiRegionAccessPointName.t;The name of the Multi-Region Access Point associated with this request.
*)publicAccessBlock : PublicAccessBlockConfiguration.t option;regions : RegionCreationList.t;The buckets in different Regions that are associated with the Multi-Region Access Point.
*)}val make :
?publicAccessBlock:??? ->
name:MultiRegionAccessPointName.t ->
regions:RegionCreationList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of BucketName.t ]) list ]
list
| `String of MultiRegionAccessPointName.t
| `Structure of (string * [> `Boolean of Setting.t ]) list ])
list ]