Metric Stream Statistics Configuration Args
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>>)