MetricStreamIncludeFilterArgs

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

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

An array that defines the metrics you want to include for this metric namespace

Link copied to clipboard
val namespace: Output<String>

Name of the metric namespace in the filter.

Functions

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