CustomMetricArgs

fun CustomMetricArgs(displayName: Output<String>? = null, metricName: Output<String>? = null, metricType: Output<CustomMetricMetricType>? = null, tags: Output<List<CustomMetricTagArgs>>? = null)