/dhall-aws-cloudformation/cloudformation/AWS::AmplifyUIBuilder::Form/ValueMapping.dhall
Copy path to clipboardSource
{ Type =
{ DisplayValue : Optional (./FormInputValueProperty.dhall).Type
, Value : (./FormInputValueProperty.dhall).Type
}
, default.DisplayValue = None (./FormInputValueProperty.dhall).Type
}