aws::waf-web-acl¶
Creates a global waf acl.
Example¶
aws::waf-web-acl waf-web-acl-example
name: "waf-web-acl-example"
metric-name: "wafAclExample"
default-action
type: "ALLOW"
end
rule
action
type: "ALLOW"
end
priority: 1
rule: $(aws::waf-rule rule-example-waf)
end
rule
action
type: "ALLOW"
end
priority: 2
rule: $(aws::waf-rate-rule rate-rule-example-waf)
end
end
Attributes¶
Attribute | Description |
---|---|
name | The name of the waf acl. (Required) |
metric-name | The metric name of the waf acl. Can only contain letters and numbers. (Required) |
default-action subresource | The default action for the waf acl. (Required)
|
rule set subresource | A set of activated rules specifying the connection between waf acl and rule.
|