Builder
class Builder
Properties
Link copied to clipboard
Specify INSERT
to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE
to remove a SizeConstraintSetUpdate
from a SizeConstraintSet
.
Link copied to clipboard
Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size
, ComparisonOperator
, and FieldToMatch
to build an expression in the form of "Size``ComparisonOperator
size in bytes of FieldToMatch
". If that expression is true, the SizeConstraint
is considered to match.
Functions
Link copied to clipboard
construct an aws.sdk.kotlin.services.wafregional.model.SizeConstraint inside the given block