/dhall-aws-cloudformation/cloudformation/AWS::QuickSight::Dashboard/CustomColor.dhall

Copy path to clipboard

Source

{ Type =
{ Color : (./../../Fn.dhall).CfnText
, FieldValue : Optional (./../../Fn.dhall).CfnText
, SpecialValue : Optional (./../../Fn.dhall).CfnText
}
, default =
{ FieldValue = None (./../../Fn.dhall).CfnText
, SpecialValue = None (./../../Fn.dhall).CfnText
}
}