Web Acl Rule Statement Size Constraint Statement Args
data class WebAclRuleStatementSizeConstraintStatementArgs(val comparisonOperator: Output<String>, val fieldToMatch: Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs>? = null, val size: Output<Int>, val textTransformations: Output<List<WebAclRuleStatementSizeConstraintStatementTextTransformationArgs>>) : ConvertibleToJava<WebAclRuleStatementSizeConstraintStatementArgs>
Constructors
Link copied to clipboard
fun WebAclRuleStatementSizeConstraintStatementArgs(comparisonOperator: Output<String>, fieldToMatch: Output<WebAclRuleStatementSizeConstraintStatementFieldToMatchArgs>? = null, size: Output<Int>, textTransformations: Output<List<WebAclRuleStatementSizeConstraintStatementTextTransformationArgs>>)
Functions
Properties
Link copied to clipboard