AWS::QuickSight::Topic ComparativeOrder - 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::Topic ComparativeOrder

The order in which data is displayed for the column when it's used in a comparative context.

Syntax

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

JSON

{ "SpecifedOrder" : [ String, ... ], "TreatUndefinedSpecifiedValues" : String, "UseOrdering" : String }

Properties

SpecifedOrder

The list of columns to be used in the ordering.

Required: No

Type: Array of String

Update requires: No interruption

TreatUndefinedSpecifiedValues

The treat of undefined specified values. Valid values for this structure are LEAST and MOST.

Required: No

Type: String

Allowed values: LEAST | MOST

Update requires: No interruption

UseOrdering

The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER, LESSER_IS_BETTER and SPECIFIED.

Required: No

Type: String

Allowed values: GREATER_IS_BETTER | LESSER_IS_BETTER | SPECIFIED

Update requires: No interruption