AWS::QuickSight::Template ColumnHierarchy
The option that determines the hierarchy of the fields for a visual element.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DateTimeHierarchy" :
DateTimeHierarchy
, "ExplicitHierarchy" :ExplicitHierarchy
, "PredefinedHierarchy" :PredefinedHierarchy
}
YAML
DateTimeHierarchy:
DateTimeHierarchy
ExplicitHierarchy:ExplicitHierarchy
PredefinedHierarchy:PredefinedHierarchy
Properties
DateTimeHierarchy
-
The option that determines the hierarchy of any
DateTime
fields.Required: No
Type: DateTimeHierarchy
Update requires: No interruption
ExplicitHierarchy
-
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
Required: No
Type: ExplicitHierarchy
Update requires: No interruption
PredefinedHierarchy
-
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
Required: No
Type: PredefinedHierarchy
Update requires: No interruption