/dhall-aws-cloudformation/cloudformation/AWS::Cognito::UserPool/NumberAttributeConstraints.dhall
Copy path to clipboardSource
{ Type =
{ MaxValue : Optional (./../../Fn.dhall).CfnText
, MinValue : Optional (./../../Fn.dhall).CfnText
}
, default =
{ MaxValue = None (./../../Fn.dhall).CfnText
, MinValue = None (./../../Fn.dhall).CfnText
}
}