size Constraint Statement
suspend fun sizeConstraintStatement(value: Output<RuleGroupRuleStatementNotStatementStatementAndStatementStatementSizeConstraintStatementArgs>)
suspend fun sizeConstraintStatement(value: RuleGroupRuleStatementNotStatementStatementAndStatementStatementSizeConstraintStatementArgs?)
Parameters
value
A rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). See Size Constraint Statement below for more details.
suspend fun sizeConstraintStatement(argument: suspend RuleGroupRuleStatementNotStatementStatementAndStatementStatementSizeConstraintStatementArgsBuilder.() -> Unit)
Parameters
argument
A rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). See Size Constraint Statement below for more details.