SizeConstraintSetUpdate
public struct SizeConstraintSetUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.
Declaration
Swift
public let action: ChangeAction
-
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.
Declaration
Swift
public let sizeConstraint: SizeConstraint
-
Undocumented
Declaration
Swift
public init(action: ChangeAction, sizeConstraint: SizeConstraint)
-
Declaration
Swift
public func validate(name: String) throws