textTransformations

@JvmName(name = "rsabovymoywvnylj")
suspend fun textTransformations(value: Output<List<RuleGroupTextTransformationArgs>>)
@JvmName(name = "iwueyvuvovkndowb")
suspend fun textTransformations(value: List<RuleGroupTextTransformationArgs>)

Parameters

value

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.


@JvmName(name = "caejfmkunpiwcaqx")
suspend fun textTransformations(vararg values: Output<RuleGroupTextTransformationArgs>)


@JvmName(name = "pslsgnwdabsmmdxa")
suspend fun textTransformations(values: List<Output<RuleGroupTextTransformationArgs>>)
@JvmName(name = "dqayqhmfuceeijge")
suspend fun textTransformations(vararg values: RuleGroupTextTransformationArgs)

Parameters

values

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.


@JvmName(name = "yynrojsxjmsnhpws")
suspend fun textTransformations(argument: List<suspend RuleGroupTextTransformationArgsBuilder.() -> Unit>)
@JvmName(name = "kvsxnkthnticmelf")
suspend fun textTransformations(vararg argument: suspend RuleGroupTextTransformationArgsBuilder.() -> Unit)
@JvmName(name = "tdxymgxurwpsxwuc")
suspend fun textTransformations(argument: suspend RuleGroupTextTransformationArgsBuilder.() -> Unit)

Parameters

argument

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.