Rule Group Text Transformation Args
data class RuleGroupTextTransformationArgs(val priority: Output<Int>, val type: Output<RuleGroupTextTransformationType>) : ConvertibleToJava<RuleGroupTextTransformationArgs>
Text Transformation on the Search String before match.
Constructors
Link copied to clipboard
fun RuleGroupTextTransformationArgs(priority: Output<Int>, type: Output<RuleGroupTextTransformationType>)