WebAclTextTransformation

data class WebAclTextTransformation(val priority: Int, val type: WebAclTextTransformationType)

Text Transformation on the Search String before match.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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 .