Rule Group Xss Match Statement Args
data class RuleGroupXssMatchStatementArgs(val fieldToMatch: Output<RuleGroupFieldToMatchArgs>, val textTransformations: Output<List<RuleGroupTextTransformationArgs>>) : ConvertibleToJava<RuleGroupXssMatchStatementArgs>
Xss Match Statement.
Constructors
Link copied to clipboard
fun RuleGroupXssMatchStatementArgs(fieldToMatch: Output<RuleGroupFieldToMatchArgs>, textTransformations: Output<List<RuleGroupTextTransformationArgs>>)