Interface CfnTemplate.GaugeChartVisualProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.GaugeChartVisualProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.GaugeChartVisualProperty
extends software.amazon.jsii.JsiiSerializable
A gauge chart.
For more information, see Using gauge charts in the Amazon QuickSight User Guide .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.GaugeChartVisualPropertystatic final classAn implementation forCfnTemplate.GaugeChartVisualProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe list of custom actions that are configured for a visual.default ObjectThe configuration of aGaugeChartVisual.default ObjectThe conditional formatting of aGaugeChartVisual.default ObjectThe subtitle that is displayed on the visual.default ObjectgetTitle()The title that is displayed on the visual.The unique identifier of a visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVisualId
The unique identifier of a visual.This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- See Also:
-
getActions
The list of custom actions that are configured for a visual.- See Also:
-
getChartConfiguration
The configuration of aGaugeChartVisual.- See Also:
-
getConditionalFormatting
The conditional formatting of aGaugeChartVisual.- See Also:
-
getSubtitle
The subtitle that is displayed on the visual.- See Also:
-
getTitle
The title that is displayed on the visual.- See Also:
-
builder
-