MetricFilter
A filter condition applied to a metric component in a calculation. Filters restrict the data included in the metric computation.
Contents
- MetricFilterKey
-
The key identifying the field to filter on.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: Yes
- BooleanCondition
-
A boolean comparison condition.
Type: MetricFilterBooleanCondition object
Required: No
- Negate
-
Specifies whether the filter condition is negated. When set to
true, the filter excludes matching data instead of including it.Type: Boolean
Required: No
- NumberCondition
-
A numeric comparison condition.
Type: MetricFilterNumberCondition object
Required: No
- StringCondition
-
A string comparison condition.
Type: MetricFilterStringCondition object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: