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

Copy path to clipboard

Source

{ Type =
{ InfoIconLabelOptions :
Optional (./SheetControlInfoIconLabelOptions.dhall).Type
, TitleOptions : Optional (./LabelOptions.dhall).Type
}
, default =
{ InfoIconLabelOptions = None (./SheetControlInfoIconLabelOptions.dhall).Type
, TitleOptions = None (./LabelOptions.dhall).Type
}
}