MetricStreamStatisticsConfigurationArgs

data class MetricStreamStatisticsConfigurationArgs(val additionalStatistics: Output<List<String>>, val includeMetrics: Output<List<MetricStreamStatisticsMetricArgs>>) : ConvertibleToJava<MetricStreamStatisticsConfigurationArgs>

This structure specifies a list of additional statistics to stream, and the metrics to stream those additional statistics for. All metrics that match the combination of metric name and namespace will be streamed with the extended statistics, no matter their dimensions.

Constructors

Link copied to clipboard
constructor(additionalStatistics: Output<List<String>>, includeMetrics: Output<List<MetricStreamStatisticsMetricArgs>>)

Properties

Link copied to clipboard

The additional statistics to stream for the metrics listed in IncludeMetrics.

Link copied to clipboard

An array that defines the metrics that are to have additional statistics streamed.

Functions

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