Rule Group Regex Match Statement Args
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>>)