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::Template DrillDownFilter
The drill down filter for the column hierarchies.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CategoryFilter" :CategoryDrillDownFilter, "NumericEqualityFilter" :NumericEqualityDrillDownFilter, "TimeRangeFilter" :TimeRangeDrillDownFilter}
YAML
CategoryFilter:CategoryDrillDownFilterNumericEqualityFilter:NumericEqualityDrillDownFilterTimeRangeFilter:TimeRangeDrillDownFilter
Properties
CategoryFilter-
The category type drill down filter. This filter is used for string type columns.
Required: No
Type: CategoryDrillDownFilter
Update requires: No interruption
NumericEqualityFilter-
The numeric equality type drill down filter. This filter is used for number type columns.
Required: No
Type: NumericEqualityDrillDownFilter
Update requires: No interruption
TimeRangeFilter-
The time range drill down filter. This filter is used for date time columns.
Required: No
Type: TimeRangeDrillDownFilter
Update requires: No interruption