WebAclRegexPatternSetReferenceStatementArgs

data class WebAclRegexPatternSetReferenceStatementArgs(val arn: Output<String>, val fieldToMatch: Output<WebAclFieldToMatchArgs>, val textTransformations: Output<List<WebAclTextTransformationArgs>>) : ConvertibleToJava<WebAclRegexPatternSetReferenceStatementArgs>

Constructors

constructor(arn: Output<String>, fieldToMatch: Output<WebAclFieldToMatchArgs>, textTransformations: Output<List<WebAclTextTransformationArgs>>)

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the RegexPatternSet that this statement references.

Link copied to clipboard

The part of the web request that you want AWS WAF to inspect.

Link copied to clipboard

Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. If you specify one or more transformations in a rule statement, AWS WAF performs all transformations on the content of the request component identified by FieldToMatch , starting from the lowest priority setting, before inspecting the content for a match.

Functions

Link copied to clipboard
open override fun toJava(): WebAclRegexPatternSetReferenceStatementArgs