Values.WebsiteConfigurationSourceSpecifies website configuration parameters for an Amazon S3 bucket.
type nonrec t = {errorDocument : ErrorDocument.t option;The name of the error document for the website.
*)indexDocument : IndexDocument.t option;The name of the index document for the website.
*)redirectAllRequestsTo : RedirectAllRequestsTo.t option;The redirect behavior for every request to this bucket's website endpoint. If you specify this property, you can't specify any other property.
*)routingRules : RoutingRules.t option;Rules that define when a redirect is applied and the redirect behavior.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of HttpErrorCodeReturnedEquals.t ])
list ])
list ]
list
| `Structure of
(string * [> `Enum of string | `String of ObjectKey.t ]) list ])
list ]