Web Acl Rule Statement And Statement Statement Args
data class WebAclRuleStatementAndStatementStatementArgs(val andStatement: Output<WebAclRuleStatementAndStatementStatementAndStatementArgs>? = null, val byteMatchStatement: Output<WebAclRuleStatementAndStatementStatementByteMatchStatementArgs>? = null, val geoMatchStatement: Output<WebAclRuleStatementAndStatementStatementGeoMatchStatementArgs>? = null, val ipSetReferenceStatement: Output<WebAclRuleStatementAndStatementStatementIpSetReferenceStatementArgs>? = null, val labelMatchStatement: Output<WebAclRuleStatementAndStatementStatementLabelMatchStatementArgs>? = null, val notStatement: Output<WebAclRuleStatementAndStatementStatementNotStatementArgs>? = null, val orStatement: Output<WebAclRuleStatementAndStatementStatementOrStatementArgs>? = null, val regexMatchStatement: Output<WebAclRuleStatementAndStatementStatementRegexMatchStatementArgs>? = null, val regexPatternSetReferenceStatement: Output<WebAclRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs>? = null, val sizeConstraintStatement: Output<WebAclRuleStatementAndStatementStatementSizeConstraintStatementArgs>? = null, val sqliMatchStatement: Output<WebAclRuleStatementAndStatementStatementSqliMatchStatementArgs>? = null, val xssMatchStatement: Output<WebAclRuleStatementAndStatementStatementXssMatchStatementArgs>? = null) : ConvertibleToJava<WebAclRuleStatementAndStatementStatementArgs>
Constructors
Link copied to clipboard
fun WebAclRuleStatementAndStatementStatementArgs(andStatement: Output<WebAclRuleStatementAndStatementStatementAndStatementArgs>? = null, byteMatchStatement: Output<WebAclRuleStatementAndStatementStatementByteMatchStatementArgs>? = null, geoMatchStatement: Output<WebAclRuleStatementAndStatementStatementGeoMatchStatementArgs>? = null, ipSetReferenceStatement: Output<WebAclRuleStatementAndStatementStatementIpSetReferenceStatementArgs>? = null, labelMatchStatement: Output<WebAclRuleStatementAndStatementStatementLabelMatchStatementArgs>? = null, notStatement: Output<WebAclRuleStatementAndStatementStatementNotStatementArgs>? = null, orStatement: Output<WebAclRuleStatementAndStatementStatementOrStatementArgs>? = null, regexMatchStatement: Output<WebAclRuleStatementAndStatementStatementRegexMatchStatementArgs>? = null, regexPatternSetReferenceStatement: Output<WebAclRuleStatementAndStatementStatementRegexPatternSetReferenceStatementArgs>? = null, sizeConstraintStatement: Output<WebAclRuleStatementAndStatementStatementSizeConstraintStatementArgs>? = null, sqliMatchStatement: Output<WebAclRuleStatementAndStatementStatementSqliMatchStatementArgs>? = null, xssMatchStatement: Output<WebAclRuleStatementAndStatementStatementXssMatchStatementArgs>? = null)
Functions
Properties
Link copied to clipboard
val byteMatchStatement: Output<WebAclRuleStatementAndStatementStatementByteMatchStatementArgs>? = null
Link copied to clipboard
val geoMatchStatement: Output<WebAclRuleStatementAndStatementStatementGeoMatchStatementArgs>? = null
Link copied to clipboard
Link copied to clipboard
val labelMatchStatement: Output<WebAclRuleStatementAndStatementStatementLabelMatchStatementArgs>? = null
Link copied to clipboard
val regexMatchStatement: Output<WebAclRuleStatementAndStatementStatementRegexMatchStatementArgs>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sqliMatchStatement: Output<WebAclRuleStatementAndStatementStatementSqliMatchStatementArgs>? = null
Link copied to clipboard
val xssMatchStatement: Output<WebAclRuleStatementAndStatementStatementXssMatchStatementArgs>? = null