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 AWS CloudFormation template, use the following syntax:
JSON
{ "SpecifedOrder" :
[ String, ... ]
, "TreatUndefinedSpecifiedValues" :String
, "UseOrdering" :String
}
YAML
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
andMOST
.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
andSPECIFIED
.Required: No
Type: String
Allowed values:
GREATER_IS_BETTER | LESSER_IS_BETTER | SPECIFIED
Update requires: No interruption