textTransformations

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


@JvmName(name = "lfjltwajovmgldkh")
suspend fun textTransformations(values: List<Output<RuleGroupTextTransformationArgs>>)
@JvmName(name = "pduepsfpfqutoxvp")
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 = "phnnokpsaclfsafu")
suspend fun textTransformations(argument: List<suspend RuleGroupTextTransformationArgsBuilder.() -> Unit>)
@JvmName(name = "ecqioisoteyxllms")
suspend fun textTransformations(vararg argument: suspend RuleGroupTextTransformationArgsBuilder.() -> Unit)
@JvmName(name = "yvuiktdyxcmifhli")
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.