MetricFilterNumberCondition
A numeric comparison condition for metric filters.
Contents
- Comparison
-
The comparison operator. Valid values:
LESSER(less than) |LESSER_OR_EQUAL(less than or equal to) |GREATER(greater than) |GREATER_OR_EQUAL(greater than or equal to).Type: String
Valid Values:
LESSER | LESSER_OR_EQUAL | GREATER | GREATER_OR_EQUALRequired: Yes
- Values
-
The numeric values to compare against.
Type: Array of doubles
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: