Interface CfnAnalysisPropsMixin.HistogramVisualProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.HistogramVisualProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.HistogramVisualProperty
extends software.amazon.jsii.JsiiSerializable
A histogram.
For more information, see Using histograms in the Amazon Quick Suite User Guide .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysisPropsMixin.HistogramVisualPropertystatic final classAn implementation forCfnAnalysisPropsMixin.HistogramVisualProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe list of custom actions that are configured for a visual.default ObjectThe configuration for aHistogramVisual.default ObjectThe subtitle that is displayed on the visual.default ObjectgetTitle()The title that is displayed on the visual.default StringThe alt text for the visual.default StringThe unique identifier of a visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActions
The list of custom actions that are configured for a visual.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysisPropsMixin.VisualCustomActionProperty>- See Also:
-
getChartConfiguration
The configuration for aHistogramVisual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.HistogramConfigurationProperty- See Also:
-
getSubtitle
The subtitle that is displayed on the visual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.VisualSubtitleLabelOptionsProperty- See Also:
-
getTitle
The title that is displayed on the visual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.VisualTitleLabelOptionsProperty- See Also:
-
getVisualContentAltText
The alt text for the visual.- See Also:
-
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:
-
builder
-