/dhall-aws-cloudformation/cloudformation/AWS::Cognito::UserPool/StringAttributeConstraints.dhall

Copy path to clipboard

Source

{ Type =
{ MaxLength : Optional (./../../Fn.dhall).CfnText
, MinLength : Optional (./../../Fn.dhall).CfnText
}
, default =
{ MaxLength = None (./../../Fn.dhall).CfnText
, MinLength = None (./../../Fn.dhall).CfnText
}
}