GetAlarmPlainArgs

data class GetAlarmPlainArgs(val alarmName: String) : ConvertibleToJava<GetAlarmPlainArgs>

Constructors

Link copied to clipboard
constructor(alarmName: String)

Properties

Link copied to clipboard

The name of the alarm. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the alarm name. If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.

Functions

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