View a markdown version of this page

AWS::QuickSight::Template SparklinesOptions - 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).

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

AWS::QuickSight::Template SparklinesOptions

The options for sparklines in a table.

Syntax

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

Properties

AllPointsMarker

Property description not available.

Required: No

Type: LineChartMarkerStyleSettings

Update requires: No interruption

FieldId

The field ID of the value column that the sparkline is applied to.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Update requires: No interruption

LineColor

The color of the sparkline line.

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

LineInterpolation

The interpolation style for the sparkline line.

Required: No

Type: String

Allowed values: LINEAR | SMOOTH | STEPPED

Update requires: No interruption

MaxValueMarker

Property description not available.

Required: No

Type: LineChartMarkerStyleSettings

Update requires: No interruption

MinValueMarker

Property description not available.

Required: No

Type: LineChartMarkerStyleSettings

Update requires: No interruption

VisualType

The type of the sparkline. Valid values are LINE and AREA_LINE.

Required: No

Type: String

Allowed values: LINE | AREA_LINE

Update requires: No interruption

XAxisField

Property description not available.

Required: Yes

Type: DimensionField

Update requires: No interruption

YAxisBehavior

Determines whether the Y axis is shared across all sparklines or independent for each sparkline.

Required: No

Type: String

Allowed values: SHARED | INDEPENDENT

Update requires: No interruption