textTransformations

@JvmName(name = "mnealbtniywnlkin")
suspend fun textTransformations(value: Output<List<RuleGroupTextTransformationArgs>>)
@JvmName(name = "cohmdbpqirhpcjjm")
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 = "unxqnmaxrjovuvik")
suspend fun textTransformations(vararg values: Output<RuleGroupTextTransformationArgs>)


@JvmName(name = "lqcdwnokmfsugpws")
suspend fun textTransformations(values: List<Output<RuleGroupTextTransformationArgs>>)
@JvmName(name = "sobskhebmsldqrul")
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 = "balcrpmwkkscuqdd")
suspend fun textTransformations(argument: List<suspend RuleGroupTextTransformationArgsBuilder.() -> Unit>)
@JvmName(name = "hrrfgqfcncqhtpct")
suspend fun textTransformations(vararg argument: suspend RuleGroupTextTransformationArgsBuilder.() -> Unit)
@JvmName(name = "yuktqvfbihvefysj")
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.