/dhall-aws-cloudformation/cloudformation/AWS::Connect::EvaluationForm/EvaluationFormNumericQuestionOption.dhall
Copy path to clipboardSource
{ Type =
{ AutomaticFail : Optional Bool
, MaxValue : Integer
, MinValue : Integer
, Score : Optional Integer
}
, default = { AutomaticFail = None Bool, Score = None Integer }
}