AwsWafRulePredicateListDetails
Provides details about the ByteMatchSet
, IPSet
, SqlInjectionMatchSet
, XssMatchSet
,
RegexMatchSet
, GeoMatchSet
, and SizeConstraintSet
objects that you want to add to a rule and,
for each object, indicates whether you want to negate the settings.
Contents
- DataId
-
A unique identifier for a predicate in a rule, such as
ByteMatchSetId
orIPSetId
.Type: String
Pattern:
.*\S.*
Required: No
- Negated
-
Specifies if you want AWS WAF to allow, block, or count requests based on the settings in the
ByteMatchSet
,IPSet
,SqlInjectionMatchSet
,XssMatchSet
,RegexMatchSet
,GeoMatchSet
, orSizeConstraintSet
.Type: Boolean
Required: No
- Type
-
The type of predicate in a rule, such as
ByteMatch
orIPSet
.Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: