WebAclTextTransformationArgs

data class WebAclTextTransformationArgs(val priority: Output<Int>, val type: Output<WebAclTextTransformationType>) : ConvertibleToJava<WebAclTextTransformationArgs>

Text Transformation on the Search String before match.

Constructors

Link copied to clipboard
constructor(priority: Output<Int>, type: Output<WebAclTextTransformationType>)

Properties

Link copied to clipboard
val priority: Output<Int>

Sets the relative processing order for multiple transformations. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. The priorities don't need to be consecutive, but they must all be different.

Link copied to clipboard

For detailed descriptions of each of the transformation types, see Text transformations in the AWS WAF Developer Guide .

Functions

Link copied to clipboard
open override fun toJava(): WebAclTextTransformationArgs