Interface CfnAnalysis.InsightVisualProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.InsightVisualProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.InsightVisualProperty
extends software.amazon.jsii.JsiiSerializable
An insight visual.
For more information, see Working with insights in the Amazon QuickSight User Guide .
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.InsightVisualProperty
static final class
An implementation forCfnAnalysis.InsightVisualProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The list of custom actions that are configured for a visual.The dataset that is used in the insight visual.default Object
The configuration of an insight visual.default Object
The subtitle that is displayed on the visual.default Object
getTitle()
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
-
getDataSetIdentifier
The dataset that is used in the insight 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:
-
getActions
The list of custom actions that are configured for a visual.- See Also:
-
getInsightConfiguration
The configuration of an insight visual.- 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
-