size Constraint Statement
suspend fun sizeConstraintStatement(value: Output<RuleGroupRuleStatementAndStatementStatementNotStatementStatementSizeConstraintStatementArgs>)
suspend fun sizeConstraintStatement(value: RuleGroupRuleStatementAndStatementStatementNotStatementStatementSizeConstraintStatementArgs?)
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 RuleGroupRuleStatementAndStatementStatementNotStatementStatementSizeConstraintStatementArgsBuilder.() -> 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.