AWS::QuickSight::Topic ComparativeOrder - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

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 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