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

The top movers and bottom movers computation setup.

Syntax

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

JSON

{ "Category" : DimensionField, "ComputationId" : String, "MoverSize" : Double, "Name" : String, "SortOrder" : String, "Time" : DimensionField, "Type" : String, "Value" : MeasureField }

Properties

Category

The category field that is used in a computation.

Required: Yes

Type: DimensionField

Update requires: No interruption

ComputationId

The ID for a computation.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Pattern: [\w\-]+

Update requires: No interruption

MoverSize

The mover size setup of the top and bottom movers computation.

Required: No

Type: Double

Minimum: 1

Maximum: 20

Update requires: No interruption

Name

The name of a computation.

Required: No

Type: String

Update requires: No interruption

SortOrder

The sort order setup of the top and bottom movers computation.

Required: No

Type: String

Allowed values: ABSOLUTE_DIFFERENCE | PERCENT_DIFFERENCE

Update requires: No interruption

Time

The time field that is used in a computation.

Required: Yes

Type: DimensionField

Update requires: No interruption

Type

The computation type. Choose from the following options:

  • TOP: Top movers computation.

  • BOTTOM: Bottom movers computation.

Required: Yes

Type: String

Allowed values: BOTTOM | TOP

Update requires: No interruption

Value

The value field that is used in a computation.

Required: No

Type: MeasureField

Update requires: No interruption