ApplicationAlarmMetricArgs

data class ApplicationAlarmMetricArgs(val alarmMetricName: Output<String>) : ConvertibleToJava<ApplicationAlarmMetricArgs>

A metric to be monitored for the component.

Constructors

Link copied to clipboard
constructor(alarmMetricName: Output<String>)

Properties

Link copied to clipboard
val alarmMetricName: Output<String>

The name of the metric to be monitored for the component.

Functions

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