Values.RuleActionSourceDescribes the action for a rule.
type nonrec t = {forward : ForwardAction.t option;The forward action. Traffic that matches the rule is forwarded to the specified target groups.
*)fixedResponse : FixedResponseAction.t option;The fixed response action. The rule returns a custom HTTP response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of HttpStatusCode.t
| `List of
[> `Structure of
(string
* [> `Integer of TargetGroupWeight.t
| `String of TargetGroupIdentifier.t ])
list ]
list ])
list ])
list ]