RuleGroupXssMatchStatementArgs

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>>)

Functions

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

Properties

Link copied to clipboard