/dhall-aws-cloudformation/cloudformation/AWS::WAFv2::WebACL/SizeConstraintStatement.dhall
Copy path to clipboardSource
{ Type =
{ ComparisonOperator : (./../../Fn.dhall).CfnText
, FieldToMatch : (./FieldToMatch.dhall).Type
, Size : Double
, TextTransformations : List (./TextTransformation.dhall).Type
}
, default = {=}
}