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