Class CfnTemplate.KPIConfigurationProperty
The configuration of a KPI visual.
Inheritance
System.Object
CfnTemplate.KPIConfigurationProperty
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class KPIConfigurationProperty : Object, CfnTemplate.IKPIConfigurationProperty
Syntax (vb)
Public Class KPIConfigurationProperty
Inherits Object
Implements CfnTemplate.IKPIConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
KPIConfigurationProperty() |
Properties
FieldWells | The field well configuration of a KPI visual. |
KpiOptions | The options that determine the presentation of a KPI visual. |
SortConfiguration | The sort configuration of a KPI visual. |
Constructors
KPIConfigurationProperty()
public KPIConfigurationProperty()
Properties
FieldWells
The field well configuration of a KPI visual.
public object FieldWells { get; set; }
Property Value
System.Object
Remarks
KpiOptions
The options that determine the presentation of a KPI visual.
public object KpiOptions { get; set; }
Property Value
System.Object
Remarks
SortConfiguration
The sort configuration of a KPI visual.
public object SortConfiguration { get; set; }
Property Value
System.Object