MetricDimension
The dimension of a metric.
Contents
- dimensionName
-
A unique identifier for the dimension.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9:_-]+
Required: Yes
- operator
-
Defines how the
dimensionValues
of a dimension are interpreted. For example, for dimension type TOPIC_FILTER, theIN
operator, a message will be counted only if its topic matches one of the topic filters. WithNOT_IN
operator, a message will be counted only if it doesn't match any of the topic filters. The operator is optional: if it's not provided (isnull
), it will be interpreted asIN
.Type: String
Valid Values:
IN | NOT_IN
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: