/dhall-aws-cloudformation/cloudformation/AWS::AmplifyUIBuilder::Form/ValueMapping.dhall

Copy path to clipboard

Source

{ Type =
{ DisplayValue : Optional (./FormInputValueProperty.dhall).Type
, Value : (./FormInputValueProperty.dhall).Type
}
, default.DisplayValue = None (./FormInputValueProperty.dhall).Type
}