Rule Group Rule Statement Args
data class RuleGroupRuleStatementArgs(val andStatement: Output<RuleGroupRuleStatementAndStatementArgs>? = null, val byteMatchStatement: Output<RuleGroupRuleStatementByteMatchStatementArgs>? = null, val geoMatchStatement: Output<RuleGroupRuleStatementGeoMatchStatementArgs>? = null, val ipSetReferenceStatement: Output<RuleGroupRuleStatementIpSetReferenceStatementArgs>? = null, val labelMatchStatement: Output<RuleGroupRuleStatementLabelMatchStatementArgs>? = null, val notStatement: Output<RuleGroupRuleStatementNotStatementArgs>? = null, val orStatement: Output<RuleGroupRuleStatementOrStatementArgs>? = null, val rateBasedStatement: Output<RuleGroupRuleStatementRateBasedStatementArgs>? = null, val regexMatchStatement: Output<RuleGroupRuleStatementRegexMatchStatementArgs>? = null, val regexPatternSetReferenceStatement: Output<RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs>? = null, val sizeConstraintStatement: Output<RuleGroupRuleStatementSizeConstraintStatementArgs>? = null, val sqliMatchStatement: Output<RuleGroupRuleStatementSqliMatchStatementArgs>? = null, val xssMatchStatement: Output<RuleGroupRuleStatementXssMatchStatementArgs>? = null) : ConvertibleToJava<RuleGroupRuleStatementArgs>
Constructors
Link copied to clipboard
fun RuleGroupRuleStatementArgs(andStatement: Output<RuleGroupRuleStatementAndStatementArgs>? = null, byteMatchStatement: Output<RuleGroupRuleStatementByteMatchStatementArgs>? = null, geoMatchStatement: Output<RuleGroupRuleStatementGeoMatchStatementArgs>? = null, ipSetReferenceStatement: Output<RuleGroupRuleStatementIpSetReferenceStatementArgs>? = null, labelMatchStatement: Output<RuleGroupRuleStatementLabelMatchStatementArgs>? = null, notStatement: Output<RuleGroupRuleStatementNotStatementArgs>? = null, orStatement: Output<RuleGroupRuleStatementOrStatementArgs>? = null, rateBasedStatement: Output<RuleGroupRuleStatementRateBasedStatementArgs>? = null, regexMatchStatement: Output<RuleGroupRuleStatementRegexMatchStatementArgs>? = null, regexPatternSetReferenceStatement: Output<RuleGroupRuleStatementRegexPatternSetReferenceStatementArgs>? = null, sizeConstraintStatement: Output<RuleGroupRuleStatementSizeConstraintStatementArgs>? = null, sqliMatchStatement: Output<RuleGroupRuleStatementSqliMatchStatementArgs>? = null, xssMatchStatement: Output<RuleGroupRuleStatementXssMatchStatementArgs>? = null)
Functions
Properties
Link copied to clipboard