/dhall-aws-cloudformation/cloudformation/AWS::Connect::EvaluationForm/EvaluationFormSingleSelectQuestionProperties.dhall

Copy path to clipboard

Source

{ Type =
{ Automation :
Optional (./EvaluationFormSingleSelectQuestionAutomation.dhall).Type
, DisplayAs : Optional (./../../Fn.dhall).CfnText
, Options : List (./EvaluationFormSingleSelectQuestionOption.dhall).Type
}
, default =
{ Automation =
None (./EvaluationFormSingleSelectQuestionAutomation.dhall).Type
, DisplayAs = None (./../../Fn.dhall).CfnText
}
}