Values.RuleUpdateSourceDescribes a rule update.
type nonrec t = {ruleIdentifier : RuleIdentifier.t;The ID or ARN of the rule.
*)match_ : RuleMatch.t option;The rule match.
*)priority : RulePriority.t option;The rule priority. A listener can't have multiple rules with the same priority.
*)action : RuleAction.t option;The rule action.
*)}val make :
?match_:??? ->
?priority:??? ->
?action:??? ->
ruleIdentifier:RuleIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of RulePriority.t
| `String of RuleIdentifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of HttpStatusCode.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of TargetGroupWeight.t
| `String of HeaderMatchName.t
| `Structure of
(string * [> `String of HeaderMatchExact.t ])
list ])
list ]
list
| `String of HttpMethod.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string * [> `String of PathMatchExact.t ]) list ])
list ])
list ])
list ])
list ]