Custom Metric Args
data class CustomMetricArgs(val displayName: Output<String>? = null, val metricName: Output<String>? = null, val metricType: Output<CustomMetricMetricType>? = null, val tags: Output<List<CustomMetricTagArgs>>? = null) : ConvertibleToJava<CustomMetricArgs>
A custom metric published by your devices to Device Defender.
Example Usage
Example
No Java example available.
Constructors
Link copied to clipboard
fun CustomMetricArgs(displayName: Output<String>? = null, metricName: Output<String>? = null, metricType: Output<CustomMetricMetricType>? = null, tags: Output<List<CustomMetricTagArgs>>? = null)