A constant value that is used in a range filter to specify the endpoints of the range.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"ConstantType" : String
,
"RangeConstant" : RangeConstant
}
YAML
ConstantType: String
RangeConstant:
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 | COLLECTIVE
Update 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