/dhall-aws-cloudformation/cloudformation/AWS::AmplifyUIBuilder::Theme/ThemeValue.dhall
Copy path to clipboardSource
{ Type =
{ Children : Optional (List (./ThemeValues.dhall).Type)
, Value : Optional (./../../Fn.dhall).CfnText
}
, default =
{ Children = None (List (./ThemeValues.dhall).Type)
, Value = None (./../../Fn.dhall).CfnText
}
}