AWS::QuickSight::Analysis TimeRangeDrillDownFilter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::Analysis TimeRangeDrillDownFilter

The time range drill down filter.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Column" : ColumnIdentifier, "RangeMaximum" : String, "RangeMinimum" : String, "TimeGranularity" : 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 DateTime values.

Required: Yes

Type: String

Allowed values: YEAR | QUARTER | MONTH | WEEK | DAY | HOUR | MINUTE | SECOND | MILLISECOND

Update requires: No interruption