AWS::QuickSight::Analysis KPIConfiguration
The configuration of a KPI visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FieldWells" :
KPIFieldWells
, "Interactions" :VisualInteractionOptions
, "KPIOptions" :KPIOptions
, "SortConfiguration" :KPISortConfiguration
}
YAML
FieldWells:
KPIFieldWells
Interactions:VisualInteractionOptions
KPIOptions:KPIOptions
SortConfiguration:KPISortConfiguration
Properties
FieldWells
-
The field well configuration of a KPI visual.
Required: No
Type: KPIFieldWells
Update requires: No interruption
Interactions
-
The general visual interactions setup for a visual.
Required: No
Type: VisualInteractionOptions
Update requires: No interruption
KPIOptions
-
The options that determine the presentation of a KPI visual.
Required: No
Type: KPIOptions
Update requires: No interruption
SortConfiguration
-
The sort configuration of a KPI visual.
Required: No
Type: KPISortConfiguration
Update requires: No interruption