AwsWafv2WebAclDetails
Details about an AWS WAFv2 web Access Control List (ACL).
Contents
- Arn
-
The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.
Type: String
Pattern:
.*\S.*
Required: No
- Capacity
-
The web ACL capacity units (WCUs) currently being used by this web ACL.
Type: Long
Required: No
- CaptchaConfig
-
Specifies how AWS WAF should handle CAPTCHA evaluations for rules that don't have their own
CaptchaConfig
settings.Type: AwsWafv2WebAclCaptchaConfigDetails object
Required: No
- DefaultAction
-
The action to perform if none of the Rules contained in the web ACL match.
Type: AwsWafv2WebAclActionDetails object
Required: No
- Description
-
A description of the web ACL that helps with identification.
Type: String
Pattern:
.*\S.*
Required: No
- Id
-
A unique identifier for the web ACL.
Type: String
Pattern:
.*\S.*
Required: No
- ManagedbyFirewallManager
-
Indicates whether this web ACL is managed by AWS Firewall Manager.
Type: Boolean
Required: No
- Name
-
The name of the web ACL.
Type: String
Pattern:
.*\S.*
Required: No
- Rules
-
The Rule statements used to identify the web requests that you want to allow, block, or count. Each rule includes one top-level statement that AWS WAF uses to identify matching web requests, and parameters that govern how AWS WAF handles them.
Type: Array of AwsWafv2RulesDetails objects
Required: No
- VisibilityConfig
-
Defines and enables Amazon CloudWatch metrics and web request sample collection.
Type: AwsWafv2VisibilityConfigDetails object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: