getAlarm

suspend fun getAlarm(argument: GetAlarmPlainArgs): GetAlarmResult

Resource Type definition for AWS::Lightsail::Alarm

Return

null

Parameters

argument

null


suspend fun getAlarm(alarmName: String): GetAlarmResult

Return

null

Parameters

alarmName

The name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm.

See also


suspend fun getAlarm(argument: suspend GetAlarmPlainArgsBuilder.() -> Unit): GetAlarmResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.lightsail.kotlin.inputs.GetAlarmPlainArgs.

See also