RuleGroupRegexMatchStatementArgs

data class RuleGroupRegexMatchStatementArgs(val fieldToMatch: Output<RuleGroupFieldToMatchArgs>, val regexString: Output<String>, val textTransformations: Output<List<RuleGroupTextTransformationArgs>>) : ConvertibleToJava<RuleGroupRegexMatchStatementArgs>

Constructors

Link copied to clipboard
fun RuleGroupRegexMatchStatementArgs(fieldToMatch: Output<RuleGroupFieldToMatchArgs>, regexString: Output<String>, textTransformations: Output<List<RuleGroupTextTransformationArgs>>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val regexString: Output<String>