/dhall-aws-cloudformation/cloudformation/AWS::WAF::SizeConstraintSet/SizeConstraint.dhall

Copy path to clipboard

Source

{ Type =
{ ComparisonOperator : (./../../Fn.dhall).CfnText
, FieldToMatch : (./FieldToMatch.dhall).Type
, Size : Integer
, TextTransformation : (./../../Fn.dhall).CfnText
}
, default = {=}
}