getAlarm

suspend fun getAlarm(argument: GetAlarmPlainArgs): GetAlarmResult

Resource Type definition for AWS::CloudWatch::Alarm

Return

null

Parameters

argument

null


suspend fun getAlarm(alarmName: String): GetAlarmResult

Return

null

See also

Parameters

alarmName

The name of the alarm.


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

Return

null

See also

Parameters

argument

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