text Transformations
suspend fun textTransformations(value: Output<List<WebAclRuleStatementNotStatementStatementRegexMatchStatementTextTransformationArgs>>)
suspend fun textTransformations(value: List<WebAclRuleStatementNotStatementStatementRegexMatchStatementTextTransformationArgs>)
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 required. See text_transformation
below for details.
suspend fun textTransformations(vararg values: Output<WebAclRuleStatementNotStatementStatementRegexMatchStatementTextTransformationArgs>)
suspend fun textTransformations(values: List<Output<WebAclRuleStatementNotStatementStatementRegexMatchStatementTextTransformationArgs>>)
suspend fun textTransformations(vararg values: WebAclRuleStatementNotStatementStatementRegexMatchStatementTextTransformationArgs)
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 required. See text_transformation
below for details.
suspend fun textTransformations(argument: List<suspend WebAclRuleStatementNotStatementStatementRegexMatchStatementTextTransformationArgsBuilder.() -> Unit>)
suspend fun textTransformations(vararg argument: suspend WebAclRuleStatementNotStatementStatementRegexMatchStatementTextTransformationArgsBuilder.() -> Unit)
suspend fun textTransformations(argument: suspend WebAclRuleStatementNotStatementStatementRegexMatchStatementTextTransformationArgsBuilder.() -> 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 required. See text_transformation
below for details.