AWS::QuickSight::Topic RangeConstant - 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 RangeConstant

The value of the constant that is used to specify the endpoints of a range filter.

Syntax

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

JSON

{ "Maximum" : String, "Minimum" : String }

YAML

Maximum: String Minimum: String

Properties

Maximum

The maximum value for a range constant.

Required: No

Type: String

Minimum: 0

Maximum: 256

Update requires: No interruption

Minimum

The minimum value for a range constant.

Required: No

Type: String

Minimum: 0

Maximum: 256

Update requires: No interruption