Values.RegionalBucketSourceThe container for the regional bucket.
type nonrec t = {bucket : BucketName.t option;bucketArn : S3RegionalBucketArn.t option;The Amazon Resource Name (ARN) for the regional bucket.
*)publicAccessBlockEnabled : PublicAccessBlockEnabled.t option;creationDate : CreationDate.t option;The creation date of the regional bucket
*)outpostId : NonEmptyMaxLength64String.t option;The Outposts ID of the regional bucket.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of PublicAccessBlockEnabled.t
| `String of BucketName.t
| `Timestamp of CreationDate.t ])
list ]