AWS::QuickSight::Analysis NumericRangeFilterValue
The value input pf the numeric range filter.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Parameter" :String, "StaticValue" :Double}
YAML
Parameter:StringStaticValue:Double
Properties
Parameter-
The parameter that is used in the numeric range.
Required: No
Type: String
Minimum:
1Maximum:
2048Pattern:
^[a-zA-Z0-9]+$Update requires: No interruption
StaticValue-
The static value of the numeric range filter.
Required: No
Type: Double
Update requires: No interruption