| Package | Description |
|---|---|
| com.amazonaws.services.wafv2 |
|
| com.amazonaws.services.wafv2.model |
| Class and Description |
|---|
| All
Inspect all of the elements that AWS WAF has parsed and extracted from the web request JSON body that are within the
JsonBody
MatchScope. |
| AllowAction
Specifies that AWS WAF should allow requests.
|
| AllQueryArguments
All query arguments of a web request.
|
| AndStatement
A logical rule statement used to combine other rule statements with AND logic.
|
| AssociateWebACLRequest |
| AssociateWebACLResult |
| AWSWAFV2Exception
Base exception for all service exceptions thrown by AWS WAFV2
|
| BlockAction
Specifies that AWS WAF should block requests.
|
| Body
The body of a web request.
|
| BodyParsingFallbackBehavior |
| ByteMatchStatement
A rule statement that defines a string match search for AWS WAF to apply to web requests.
|
| CheckCapacityRequest |
| CheckCapacityResult |
| ComparisonOperator |
| CountAction
Specifies that AWS WAF should count requests.
|
| CountryCode |
| CreateIPSetRequest |
| CreateIPSetResult |
| CreateRegexPatternSetRequest |
| CreateRegexPatternSetResult |
| CreateRuleGroupRequest |
| CreateRuleGroupResult |
| CreateWebACLRequest |
| CreateWebACLResult |
| DefaultAction
In a WebACL, this is the action that you want AWS WAF to perform when a web request doesn't match any of the
rules in the
WebACL. |
| DeleteFirewallManagerRuleGroupsRequest |
| DeleteFirewallManagerRuleGroupsResult |
| DeleteIPSetRequest |
| DeleteIPSetResult |
| DeleteLoggingConfigurationRequest |
| DeleteLoggingConfigurationResult |
| DeletePermissionPolicyRequest |
| DeletePermissionPolicyResult |
| DeleteRegexPatternSetRequest |
| DeleteRegexPatternSetResult |
| DeleteRuleGroupRequest |
| DeleteRuleGroupResult |
| DeleteWebACLRequest |
| DeleteWebACLResult |
| DescribeManagedRuleGroupRequest |
| DescribeManagedRuleGroupResult |
| DisassociateWebACLRequest |
| DisassociateWebACLResult |
| ExcludedRule
Specifies a single rule to exclude from the rule group.
|
| FallbackBehavior |
| FieldToMatch
The part of a web request that you want AWS WAF to inspect.
|
| FirewallManagerRuleGroup
A rule group that's defined for an AWS Firewall Manager WAF policy.
|
| FirewallManagerStatement
The processing guidance for an AWS Firewall Manager rule.
|
| ForwardedIPConfig
The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address
that's reported by the web request origin.
|
| ForwardedIPPosition |
| GeoMatchStatement
A rule statement used to identify web requests based on country of origin.
|
| GetIPSetRequest |
| GetIPSetResult |
| GetLoggingConfigurationRequest |
| GetLoggingConfigurationResult |
| GetPermissionPolicyRequest |
| GetPermissionPolicyResult |
| GetRateBasedStatementManagedKeysRequest |
| GetRateBasedStatementManagedKeysResult |
| GetRegexPatternSetRequest |
| GetRegexPatternSetResult |
| GetRuleGroupRequest |
| GetRuleGroupResult |
| GetSampledRequestsRequest |
| GetSampledRequestsResult |
| GetWebACLForResourceRequest |
| GetWebACLForResourceResult |
| GetWebACLRequest |
| GetWebACLResult |
| HTTPHeader
Part of the response from GetSampledRequests.
|
| HTTPRequest
Part of the response from GetSampledRequests.
|
| IPAddressVersion |
| IPSet
Contains one or more IP addresses or blocks of IP addresses specified in Classless Inter-Domain Routing (CIDR)
notation.
|
| IPSetForwardedIPConfig
The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address
that's reported by the web request origin.
|
| IPSetReferenceStatement
A rule statement used to detect web requests coming from particular IP addresses or address ranges.
|
| IPSetSummary
High-level information about an IPSet, returned by operations like create and list.
|
| JsonBody
The body of a web request, inspected as JSON.
|
| JsonMatchPattern
The patterns to look for in the JSON body.
|
| JsonMatchScope |
| ListAvailableManagedRuleGroupsRequest |
| ListAvailableManagedRuleGroupsResult |
| ListIPSetsRequest |
| ListIPSetsResult |
| ListLoggingConfigurationsRequest |
| ListLoggingConfigurationsResult |
| ListRegexPatternSetsRequest |
| ListRegexPatternSetsResult |
| ListResourcesForWebACLRequest |
| ListResourcesForWebACLResult |
| ListRuleGroupsRequest |
| ListRuleGroupsResult |
| ListTagsForResourceRequest |
| ListTagsForResourceResult |
| ListWebACLsRequest |
| ListWebACLsResult |
| LoggingConfiguration
Defines an association between Amazon Kinesis Data Firehose destinations and a web ACL resource, for logging from AWS
WAF.
|
| ManagedRuleGroupStatement
A rule statement used to run the rules that are defined in a managed rule group.
|
| ManagedRuleGroupSummary
High-level information about a managed rule group, returned by ListAvailableManagedRuleGroups.
|
| Method
The HTTP method of a web request.
|
| NoneAction
Specifies that AWS WAF should do nothing.
|
| NotStatement
A logical rule statement used to negate the results of another rule statement.
|
| OrStatement
A logical rule statement used to combine other rule statements with OR logic.
|
| OverrideAction
The override action to apply to the rules in a rule group.
|
| ParameterExceptionField |
| PositionalConstraint |
| PutLoggingConfigurationRequest |
| PutLoggingConfigurationResult |
| PutPermissionPolicyRequest |
| PutPermissionPolicyResult |
| QueryString
The query string of a web request.
|
| RateBasedStatement
A rate-based rule tracks the rate of requests for each originating IP address, and triggers the rule action when the
rate exceeds a limit that you specify on the number of requests in any 5-minute time span.
|
| RateBasedStatementAggregateKeyType |
| RateBasedStatementManagedKeysIPSet
The set of IP addresses that are currently blocked for a rate-based statement.
|
| Regex
A single regular expression.
|
| RegexPatternSet
Contains one or more regular expressions.
|
| RegexPatternSetReferenceStatement
A rule statement used to search web request components for matches with regular expressions.
|
| RegexPatternSetSummary
High-level information about a RegexPatternSet, returned by operations like create and list.
|
| ResourceType |
| Rule |
| RuleAction
The action that AWS WAF should take on a web request when it matches a rule's statement.
|
| RuleGroup
A rule group defines a collection of rules to inspect and control web requests that you can use in a WebACL.
|
| RuleGroupReferenceStatement
A rule statement used to run the rules that are defined in a RuleGroup.
|
| RuleGroupSummary
High-level information about a RuleGroup, returned by operations like create and list.
|
| RuleSummary
High-level information about a Rule, returned by operations like DescribeManagedRuleGroup.
|
| SampledHTTPRequest
Represents a single sampled web request.
|
| Scope |
| SingleHeader
One of the headers in a web request, identified by name, for example,
User-Agent or Referer
. |
| SingleQueryArgument
One query argument in a web request, identified by name, for example UserName or SalesRegion.
|
| SizeConstraintStatement
A rule statement that compares a number of bytes against the size of a request component, using a comparison
operator, such as greater than (>) or less than (<).
|
| SqliMatchStatement
Attackers sometimes insert malicious SQL code into web requests in an effort to extract data from your database.
|
| Statement
The processing guidance for a Rule, used by AWS WAF to determine whether a web request matches the rule.
|
| Tag
A tag associated with an AWS resource.
|
| TagInfoForResource
The collection of tagging definitions for an AWS resource.
|
| TagResourceRequest |
| TagResourceResult |
| TextTransformation
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass detection.
|
| TextTransformationType |
| TimeWindow
In a GetSampledRequests request, the
StartTime and EndTime objects specify the time
range for which you want AWS WAF to return a sample of web requests. |
| UntagResourceRequest |
| UntagResourceResult |
| UpdateIPSetRequest |
| UpdateIPSetResult |
| UpdateRegexPatternSetRequest |
| UpdateRegexPatternSetResult |
| UpdateRuleGroupRequest |
| UpdateRuleGroupResult |
| UpdateWebACLRequest |
| UpdateWebACLResult |
| UriPath
The path component of the URI of a web request.
|
| VisibilityConfig
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
| WAFInvalidParameterException
The operation failed because AWS WAF didn't recognize a parameter in the request.
|
| WebACL
A Web ACL defines a collection of rules to use to inspect and control web requests.
|
| WebACLSummary
High-level information about a WebACL, returned by operations like create and list.
|
| XssMatchStatement
A rule statement that defines a cross-site scripting (XSS) match search for AWS WAF to apply to web requests.
|
Copyright © 2021. All rights reserved.