Interface CfnDashboard.KPISparklineOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.KPISparklineOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.KPISparklineOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
KPISparklineOptionsProperty kPISparklineOptionsProperty = KPISparklineOptionsProperty.builder()
.type("type")
// the properties below are optional
.color("color")
.tooltipVisibility("tooltipVisibility")
.visibility("visibility")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.KPISparklineOptionsPropertystatic final classAn implementation forCfnDashboard.KPISparklineOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The type of the sparkline.- See Also:
-
getColor
The color of the sparkline.- See Also:
-
getTooltipVisibility
The tooltip visibility of the sparkline.- See Also:
-
getVisibility
The visibility of the sparkline.- See Also:
-
builder
-