text Transformations
suspend fun textTransformations(value: Output<List<WebAclRuleStatementRegexMatchStatementTextTransformationArgs>>)
suspend fun textTransformations(value: List<WebAclRuleStatementRegexMatchStatementTextTransformationArgs>)
Parameters
value
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See text_transformation
below for details.
suspend fun textTransformations(vararg values: Output<WebAclRuleStatementRegexMatchStatementTextTransformationArgs>)
suspend fun textTransformations(values: List<Output<WebAclRuleStatementRegexMatchStatementTextTransformationArgs>>)
suspend fun textTransformations(vararg values: WebAclRuleStatementRegexMatchStatementTextTransformationArgs)
Parameters
values
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See text_transformation
below for details.
suspend fun textTransformations(argument: List<suspend WebAclRuleStatementRegexMatchStatementTextTransformationArgsBuilder.() -> Unit>)
suspend fun textTransformations(vararg argument: suspend WebAclRuleStatementRegexMatchStatementTextTransformationArgsBuilder.() -> Unit)
suspend fun textTransformations(argument: suspend WebAclRuleStatementRegexMatchStatementTextTransformationArgsBuilder.() -> Unit)
Parameters
argument
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See text_transformation
below for details.