AWS::QuickSight::Analysis 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:
DAY | HOUR | MILLISECOND | MINUTE | MONTH | QUARTER | SECOND | WEEK | YEARUpdate requires: No interruption