aws::waf-regex-match-set¶
Creates a global regex match set.
Example¶
aws::waf-regex-pattern-set regex-pattern-set-match-set-example
name: "regex-pattern-set-match-set-example"
patterns: [
"pattern1",
"pattern2"
]
end
aws::waf-regex-match-set regex-match-set-example
name: "regex-match-set-example"
regex-match-tuple
field-to-match
type: "METHOD"
end
text-transformation: "NONE"
regex-pattern-set: $(aws::regex-pattern-set regex-pattern-set-match-set-example)
end
end
Attributes¶
Attribute | Description |
---|---|
name | The name of the condition. (Required) |
regex-match-tuple set subresource | List of regex match tuple data defining the condition. (Required)
|
Outputs¶
Attribute | Description |
---|---|
id | The id of the condition. |