Values.AwsS3BucketWebsiteConfigurationRoutingRuleSourceA rule for redirecting requests to the website.
type nonrec t = {condition : AwsS3BucketWebsiteConfigurationRoutingRuleCondition.t option;Provides the condition that must be met in order to apply the routing rule.
*)redirect : AwsS3BucketWebsiteConfigurationRoutingRuleRedirect.t option;Provides the rules to redirect the request if the condition in Condition is met.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]