This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Template TimeRangeDrillDownFilter
The time range drill down filter.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Column" :ColumnIdentifier, "RangeMaximum" :String, "RangeMinimum" :String, "TimeGranularity" :String}
YAML
Column:ColumnIdentifierRangeMaximum:StringRangeMinimum:StringTimeGranularity:String
Properties
- Column
- 
                    The column that the filter is applied to. Required: Yes Type: ColumnIdentifier Update requires: No interruption 
- RangeMaximum
- 
                    The maximum value for the filter value range. Required: Yes Type: String Update requires: No interruption 
- RangeMinimum
- 
                    The minimum value for the filter value range. Required: Yes Type: String Update requires: No interruption 
- TimeGranularity
- 
                    The level of time precision that is used to aggregate DateTimevalues.Required: Yes Type: String Allowed values: YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECONDUpdate requires: No interruption