Uses of Class
software.amazon.awscdk.services.cloudwatch.Metric.Builder
-
Uses of Metric.Builder in software.amazon.awscdk.services.cloudwatch
Modifier and TypeMethodDescriptionAccount which this metric comes from.The hex color code, prefixed with '#' (e.g.static Metric.Builder
Metric.Builder.create()
Metric.Builder.dimensions
(Map<String, ? extends Object> dimensions) Deprecated.Use 'dimensionsMap' instead.Metric.Builder.dimensionsMap
(Map<String, String> dimensionsMap) Dimensions of the metric.Label for this metric when added to a Graph in a Dashboard.Metric.Builder.metricName
(String metricName) Name of the metric.Namespace of the metric.The period over which the specified statistic is applied.Region which this metric comes from.What function to use for aggregating.Unit used to filter the metric stream.