AWS::QuickSight::Template DataFieldSeriesItem - AWS CloudFormation

AWS::QuickSight::Template DataFieldSeriesItem

The data 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, "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