AWS::QuickSight::Template DataFieldSeriesItem - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Template DataFieldSeriesItem

The data field series item configuration of a line chart.

Syntax

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

JSON

{ "AxisBinding" : String, "FieldId" : String, "FieldValue" : 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 that you are setting the axis binding to.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Update requires: No interruption

FieldValue

The field value of the field that you are setting the axis binding to.

Required: No

Type: String

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