Class CfnTemplate.KPIConfigurationProperty
The configuration of a KPI visual.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.KPIConfigurationProperty : CfnTemplate.IKPIConfigurationPropertySyntax (vb)
Public Class CfnTemplate.KPIConfigurationProperty Implements CfnTemplate.IKPIConfigurationPropertyRemarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| KPIConfigurationProperty() | The configuration of a KPI visual. | 
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. | 
Constructors
KPIConfigurationProperty()
The configuration of a KPI visual.
public KPIConfigurationProperty()Remarks
ExampleMetadata: fixture=_generated
Properties
FieldWells
The field well configuration of a KPI visual.
public object? FieldWells { get; set; }Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
public object? Interactions { get; set; }Property Value
Remarks
KpiOptions
The options that determine the presentation of a KPI visual.
public object? KpiOptions { get; set; }Property Value
Remarks
SortConfiguration
The sort configuration of a KPI visual.
public object? SortConfiguration { get; set; }