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

Copy path to clipboard

Source

{ Type =
{ Actions : Optional (List (./VisualCustomAction.dhall).Type)
, ChartConfiguration : Optional (./CustomContentConfiguration.dhall).Type
, DataSetIdentifier : (./../../Fn.dhall).CfnText
, Subtitle : Optional (./VisualSubtitleLabelOptions.dhall).Type
, Title : Optional (./VisualTitleLabelOptions.dhall).Type
, VisualId : (./../../Fn.dhall).CfnText
}
, default =
{ Actions = None (List (./VisualCustomAction.dhall).Type)
, ChartConfiguration = None (./CustomContentConfiguration.dhall).Type
, Subtitle = None (./VisualSubtitleLabelOptions.dhall).Type
, Title = None (./VisualTitleLabelOptions.dhall).Type
}
}