Rule Group Rule Statement Not Statement Statement And Statement Statement Byte Match Statement Args
data class RuleGroupRuleStatementNotStatementStatementAndStatementStatementByteMatchStatementArgs(val fieldToMatch: Output<RuleGroupRuleStatementNotStatementStatementAndStatementStatementByteMatchStatementFieldToMatchArgs>? = null, val positionalConstraint: Output<String>, val searchString: Output<String>, val textTransformations: Output<List<RuleGroupRuleStatementNotStatementStatementAndStatementStatementByteMatchStatementTextTransformationArgs>>) : ConvertibleToJava<RuleGroupRuleStatementNotStatementStatementAndStatementStatementByteMatchStatementArgs>
Constructors
Link copied to clipboard
constructor(fieldToMatch: Output<RuleGroupRuleStatementNotStatementStatementAndStatementStatementByteMatchStatementFieldToMatchArgs>? = null, positionalConstraint: Output<String>, searchString: Output<String>, textTransformations: Output<List<RuleGroupRuleStatementNotStatementStatementAndStatementStatementByteMatchStatementTextTransformationArgs>>)
Properties
Link copied to clipboard
val fieldToMatch: Output<RuleGroupRuleStatementNotStatementStatementAndStatementStatementByteMatchStatementFieldToMatchArgs>? = null
The part of a web request that you want AWS WAF to inspect. See Field to Match below for details.
Link copied to clipboard
The area within the portion of a web request that you want AWS WAF to search for search_string
. Valid values include the following: EXACTLY
, STARTS_WITH
, ENDS_WITH
, CONTAINS
, CONTAINS_WORD
. See the AWS documentation for more information.
Link copied to clipboard
A string value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in field_to_match
. The maximum length of the value is 50 bytes.
Link copied to clipboard
val textTransformations: Output<List<RuleGroupRuleStatementNotStatementStatementAndStatementStatementByteMatchStatementTextTransformationArgs>>
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one required. See Text Transformation below for details.