This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Template FieldSeriesItem
The field series item configuration of a line chart.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AxisBinding" :String, "FieldId" :String, "Settings" :LineChartSeriesSettings}
YAML
AxisBinding:StringFieldId:StringSettings:LineChartSeriesSettings
Properties
- AxisBinding
- 
                    The axis that you are binding the field to. Required: Yes Type: String Allowed values: PRIMARY_YAXIS | SECONDARY_YAXISUpdate requires: No interruption 
- FieldId
- 
                    The field ID of the field for which you are setting the axis binding. Required: Yes Type: String Minimum: 1Maximum: 512Update requires: No interruption 
- Settings
- 
                    The options that determine the presentation of line series associated to the field. Required: No Type: LineChartSeriesSettings Update requires: No interruption