AWS::QuickSight::Dashboard ReferenceLineDynamicDataConfiguration
The dynamic configuration of the reference line data configuration.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Calculation" :
NumericalAggregationFunction
, "Column" :ColumnIdentifier
, "MeasureAggregationFunction" :AggregationFunction
}
YAML
Calculation:
NumericalAggregationFunction
Column:ColumnIdentifier
MeasureAggregationFunction:AggregationFunction
Properties
Calculation
-
The calculation that is used in the dynamic data.
Required: Yes
Type: NumericalAggregationFunction
Update requires: No interruption
Column
-
The column that the dynamic data targets.
Required: Yes
Type: ColumnIdentifier
Update requires: No interruption
MeasureAggregationFunction
-
The aggregation function that is used in the dynamic data.
Required: No
Type: AggregationFunction
Update requires: No interruption