AWS::QuickSight::Template 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::Template 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" : Number, "Name" : String, "SortOrder" : String, "Time" : DimensionField, "Type" : String, "Value" : MeasureField }

Properties

Category

The category field that is used in a computation.

Required: No

Type: DimensionField

Update requires: No interruption

ComputationId

The ID for a computation.

Required: Yes

Type: String

Pattern: ^[\w\-]+$

Minimum: 1

Maximum: 512

Update requires: No interruption

MoverSize

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

Required: No

Type: Number

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: PERCENT_DIFFERENCE | ABSOLUTE_DIFFERENCE

Update requires: No interruption

Time

The time field that is used in a computation.

Required: No

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: TOP | BOTTOM

Update requires: No interruption

Value

The value field that is used in a computation.

Required: No

Type: MeasureField

Update requires: No interruption