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 AWS CloudFormation template, use the following syntax:
JSON
{ "Constant" :
TopicRangeFilterConstant
, "Inclusive" :Boolean
}
YAML
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