MetricStreamIncludeFilter

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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

Link copied to clipboard

Name of the metric namespace in the filter.