/dhall-aws-cloudformation/cloudformation/AWS::QuickSight::Analysis/VisualSubtitleLabelOptions.dhall
Copy path to clipboardSource
{ Type =
{ FormatText : Optional (./LongFormatText.dhall).Type
, Visibility : Optional (./../../Fn.dhall).CfnText
}
, default =
{ FormatText = None (./LongFormatText.dhall).Type
, Visibility = None (./../../Fn.dhall).CfnText
}
}