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
fun WebAclTextTransformationArgs(priority: Output<Int>, type: Output<WebAclTextTransformationType>)

Functions

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

Properties

Link copied to clipboard
val priority: Output<Int>
Link copied to clipboard