/dhall-aws-cloudformation/cloudformation/AWS::AmplifyUIBuilder::Form/FormStyleConfig.dhall
Copy path to clipboardSource
{ Type =
{ TokenReference : Optional (./../../Fn.dhall).CfnText
, Value : Optional (./../../Fn.dhall).CfnText
}
, default =
{ TokenReference = None (./../../Fn.dhall).CfnText
, Value = None (./../../Fn.dhall).CfnText
}
}