ApplicationAlarm

data class ApplicationAlarm(val alarmName: String, val severity: ApplicationAlarmSeverity? = null)

A CloudWatch alarm to be monitored for the component.

Constructors

Link copied to clipboard
constructor(alarmName: String, severity: ApplicationAlarmSeverity? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the CloudWatch alarm to be monitored for the component.

Link copied to clipboard

Indicates the degree of outage when the alarm goes off.