AWS::QuickSight::Analysis FieldSeriesItem - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Analysis FieldSeriesItem

The field series item configuration of a line chart.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "AxisBinding" : String, "FieldId" : String, "Settings" : LineChartSeriesSettings }

Properties

AxisBinding

The axis that you are binding the field to.

Required: Yes

Type: String

Allowed values: PRIMARY_YAXIS | SECONDARY_YAXIS

Update requires: No interruption

FieldId

The field ID of the field for which you are setting the axis binding.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Update 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