You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WAFRegional::Types::CreateWebACLRequestWhen passing CreateWebACLRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "ResourceName", metric_name: "MetricName", default_action: { type: "BLOCK", },
change_token: "ChangeToken", tags: [
{
key: "TagKey", value: "TagValue", },
],
}
Instance Attribute Summary collapse
The value returned by the most recent call to GetChangeToken.
The action that you want AWS WAF to take when a request doesn\'t match the criteria specified in any of the Rule
objects that are associated with the WebACL
.
A friendly name or description for the metrics for this WebACL
.The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one.
A friendly name or description of the WebACL.
The action that you want AWS WAF to take when a request doesn\'t match the criteria specified in any of the Rule
objects that are associated with the WebACL
.
A friendly name or description for the metrics for this WebACL
.The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can\'t contain whitespace or metric names reserved for AWS WAF, including \"All\" and \"Default_Action.\" You can\'t change MetricName
after you create the WebACL
.
A friendly name or description of the WebACL. You can\'t change Name
after you create the WebACL
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4