Class CfnTemplate.KPIConfigurationProperty
The configuration of a KPI visual.
Inheritance
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
KPIConfiguration |
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. |
Constructors
KPIConfigurationProperty()
public KPIConfigurationProperty()
Properties
FieldWells
The field well configuration of a KPI visual.
public object FieldWells { get; set; }
Property Value
System.
Remarks
KpiOptions
The options that determine the presentation of a KPI visual.
public object KpiOptions { get; set; }
Property Value
System.
Remarks
SortConfiguration
The sort configuration of a KPI visual.
public object SortConfiguration { get; set; }
Property Value
System.