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::Topic TopicRangeFilterConstant
A constant value that is used in a range filter to specify the endpoints of the range.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ConstantType" :String, "RangeConstant" :RangeConstant}
YAML
ConstantType:StringRangeConstant:RangeConstant
Properties
ConstantType- 
                    
The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE.Required: No
Type: String
Allowed values:
SINGULAR | RANGE | COLLECTIVEUpdate requires: No interruption
 RangeConstant- 
                    
The value of the constant that is used to specify the endpoints of a range filter.
Required: No
Type: RangeConstant
Update requires: No interruption