AWS::QuickSight::Topic RangeConstant - AWS CloudFormation

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 AWS 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