MetricStreamFilterArgs

data class MetricStreamFilterArgs(val metricNames: Output<List<String>>? = null, val namespace: Output<String>) : ConvertibleToJava<MetricStreamFilterArgs>

This structure defines the metrics that will be streamed.

Constructors

Link copied to clipboard
constructor(metricNames: Output<List<String>>? = null, namespace: Output<String>)

Properties

Link copied to clipboard
val metricNames: Output<List<String>>? = null

Only metrics with MetricNames matching these values will be streamed. Must be set together with Namespace.

Link copied to clipboard
val namespace: Output<String>

Only metrics with Namespace matching this value will be streamed.

Functions

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