/dhall-aws-cloudformation/cloudformation/AWS::Connect::EvaluationForm/EvaluationFormItem.dhall
Copy path to clipboardSource
{ Type =
{ Question : Optional (./EvaluationFormQuestion.dhall).Type
, Section : Optional (./EvaluationFormSection.dhall).Type
}
, default =
{ Question = None (./EvaluationFormQuestion.dhall).Type
, Section = None (./EvaluationFormSection.dhall).Type
}
}