Interface CfnDashboard.IKPIVisualProperty
A key performance indicator (KPI).
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IKPIVisualProperty
Syntax (vb)
Public Interface CfnDashboard.IKPIVisualProperty
Remarks
For more information, see Using KPIs in the Amazon QuickSight User Guide .
ExampleMetadata: fixture=_generated
Synopsis
Properties
Actions | The list of custom actions that are configured for a visual. |
ChartConfiguration | The configuration of a KPI visual. |
ColumnHierarchies | The column hierarchy that is used during drill-downs and drill-ups. |
ConditionalFormatting | The conditional formatting of a KPI visual. |
Subtitle | The subtitle that is displayed on the visual. |
Title | The title that is displayed on the visual. |
VisualContentAltText | The alt text for the visual. |
VisualId | The unique identifier of a visual. |
Properties
Actions
The list of custom actions that are configured for a visual.
object? Actions { get; }
Property Value
Remarks
ChartConfiguration
The configuration of a KPI visual.
object? ChartConfiguration { get; }
Property Value
Remarks
ColumnHierarchies
The column hierarchy that is used during drill-downs and drill-ups.
object? ColumnHierarchies { get; }
Property Value
Remarks
ConditionalFormatting
The conditional formatting of a KPI visual.
object? ConditionalFormatting { get; }
Property Value
Remarks
Subtitle
The subtitle that is displayed on the visual.
object? Subtitle { get; }
Property Value
Remarks
Title
The title that is displayed on the visual.
object? Title { get; }
Property Value
Remarks
VisualContentAltText
The alt text for the visual.
string? VisualContentAltText { get; }
Property Value
Remarks
VisualId
The unique identifier of a visual.
string VisualId { get; }
Property Value
Remarks
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.