MetricStreamStatisticsMetricArgs

data class MetricStreamStatisticsMetricArgs(val metricName: Output<String>, val namespace: Output<String>) : ConvertibleToJava<MetricStreamStatisticsMetricArgs>

A structure that specifies the metric name and namespace for one metric that is going to have additional statistics included in the stream.

Constructors

Link copied to clipboard
constructor(metricName: Output<String>, namespace: Output<String>)

Properties

Link copied to clipboard
val metricName: Output<String>

The name of the metric.

Link copied to clipboard
val namespace: Output<String>

The namespace of the metric.

Functions

Link copied to clipboard
open override fun toJava(): MetricStreamStatisticsMetricArgs