Values.AwsS3BucketWebsiteConfigurationSourceWebsite parameters for the S3 bucket.
type nonrec t = {errorDocument : NonEmptyString.t option;The name of the error document for the website.
*)indexDocumentSuffix : NonEmptyString.t option;The name of the index document for the website.
*)redirectAllRequestsTo : AwsS3BucketWebsiteConfigurationRedirectTo.t option;The redirect behavior for requests to the website.
*)routingRules : AwsS3BucketWebsiteConfigurationRoutingRules.t option;The rules for applying redirects for requests to the website.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ]
list
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]