aws::waf-rule-regional¶
Creates a regional rule.
Example¶
aws::waf-rule-regional rule-example
name: "rule-example"
metric-name: "ruleExample"
predicate
condition: $(aws::regex-match-set-regional regex-match-set-example-waf)
end
end
Attributes¶
Attribute | Description |
---|---|
name | The name of the rule. (Required) |
metric-name | The metric name of the rule. Can only contain letters and numbers. (Required) |
predicate set subresource | A set of predicates specifying the connection between rule and conditions.
|