Interface CfnDashboard.IKPIConfigurationProperty
The configuration of a KPI visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IKPIConfigurationProperty
Syntax (vb)
Public Interface IKPIConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
Field |
The field well configuration of a KPI visual. |
Kpi |
The options that determine the presentation of a KPI visual. |
Sort |
The sort configuration of a KPI visual. |
Properties
FieldWells
The field well configuration of a KPI visual.
virtual object FieldWells { get; }
Property Value
System.
Remarks
KpiOptions
The options that determine the presentation of a KPI visual.
virtual object KpiOptions { get; }
Property Value
System.
Remarks
SortConfiguration
The sort configuration of a KPI visual.
virtual object SortConfiguration { get; }
Property Value
System.