Values.RegexPatternSetSourceContains one or more regular expressions. WAF assigns an ARN to each RegexPatternSet that you create. To use a set in a rule, you provide the ARN to the Rule statement RegexPatternSetReferenceStatement.
type nonrec t = {name : EntityName.t option;The name of the set. You cannot change the name after you create the set.
*)id : EntityId.t option;A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
*)aRN : ResourceArn.t option;The Amazon Resource Name (ARN) of the entity.
*)description : EntityDescription.t option;A description of the set that helps with identification.
*)regularExpressionList : RegularExpressionList.t option;The regular expression patterns in the set.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of RegexPatternString.t ]) list ]
list
| `String of EntityName.t ])
list ]