AWS::QuickSight::Analysis AxisLinearScale - 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::Analysis AxisLinearScale

The liner axis scale setup.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Syntax

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

JSON

{ "StepCount" : Number, "StepSize" : Number }

YAML

StepCount: Number StepSize: Number

Properties

StepCount

The step count setup of a linear axis.

Required: No

Type: Number

Update requires: No interruption

StepSize

The step size setup of a linear axis.

Required: No

Type: Number

Update requires: No interruption