/dhall-aws-cloudformation/cloudformation/AWS::Connect::EvaluationForm/EvaluationFormSingleSelectQuestionAutomation.dhall
Copy path to clipboardSource
{ Type =
{ DefaultOptionRefId : Optional (./../../Fn.dhall).CfnText
, Options :
List (./EvaluationFormSingleSelectQuestionAutomationOption.dhall).Type
}
, default.DefaultOptionRefId = None (./../../Fn.dhall).CfnText
}