getAlarmModel

The AWS::IoTEvents::AlarmModel resource creates a alarm model. AWS IoT Events alarms help you monitor your data for changes. The data can be metrics that you measure for your equipment and processes. You can create alarms that send notifications when a threshold is breached. Alarms help you detect issues, streamline maintenance, and optimize performance of your equipment and processes. Alarms are instances of alarm models. The alarm model specifies what to detect, when to send notifications, who gets notified, and more. You can also specify one or more supported actions that occur when the alarm state changes. AWS IoT Events routes input attributes derived from your data to the appropriate alarms. If the data that you're monitoring is outside the specified range, the alarm is invoked. You can also acknowledge the alarms or set them to the snooze mode.

Return

null

Parameters

argument

null


suspend fun getAlarmModel(alarmModelName: String): GetAlarmModelResult

Return

null

See also

Parameters

alarmModelName

The name of the alarm model.


Return

null

See also

Parameters

argument

Builder for com.pulumi.awsnative.iotevents.kotlin.inputs.GetAlarmModelPlainArgs.