AWS::QuickSight::Analysis KPIFieldWells
The field well configuration of a KPI visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "TargetValues" :
[ MeasureField, ... ]
, "TrendGroups" :[ DimensionField, ... ]
, "Values" :[ MeasureField, ... ]
}
YAML
TargetValues:
- MeasureField
TrendGroups:- DimensionField
Values:- MeasureField
Properties
TargetValues
-
The target value field wells of a KPI visual.
Required: No
Type: Array of MeasureField
Minimum:
0
Maximum:
200
Update requires: No interruption
TrendGroups
-
The trend group field wells of a KPI visual.
Required: No
Type: Array of DimensionField
Minimum:
0
Maximum:
200
Update requires: No interruption
Values
-
The value field wells of a KPI visual.
Required: No
Type: Array of MeasureField
Minimum:
0
Maximum:
200
Update requires: No interruption