AWS::QuickSight::Topic TopicDateRangeFilter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Topic TopicDateRangeFilter

A filter used to restrict data based on a range of dates or times.

Syntax

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

JSON

{ "Constant" : TopicRangeFilterConstant, "Inclusive" : Boolean }

Properties

Constant

The constant used in a date range filter.

Required: No

Type: TopicRangeFilterConstant

Update requires: No interruption

Inclusive

A Boolean value that indicates whether the date range filter should include the boundary values. If set to true, the filter includes the start and end dates. If set to false, the filter excludes them.

Required: No

Type: Boolean

Update requires: No interruption