/dhall-aws-cloudformation/cloudformation/AWS::WAF::SizeConstraintSet/SizeConstraint.dhall
Copy path to clipboardSource
{ Type =
{ ComparisonOperator : (./../../Fn.dhall).CfnText
, FieldToMatch : (./FieldToMatch.dhall).Type
, Size : Integer
, TextTransformation : (./../../Fn.dhall).CfnText
}
, default = {=}
}