CloudwatchFunctions

Functions

Link copied to clipboard
suspend fun getAlarm(argument: GetAlarmPlainArgs): GetAlarmResult

The `AWS::CloudWatch::Alarm` type specifies an alarm and associates it with the specified metric or metric math expression. When this operation creates an alarm, the alarm state is immediately set to `INSUFFICIENT_DATA`. The alarm is then evaluated and its state is set appropriately. Any actions associated with the new state are then executed. When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm.

suspend fun getAlarm(alarmName: String): GetAlarmResult
suspend fun getAlarm(argument: suspend GetAlarmPlainArgsBuilder.() -> Unit): GetAlarmResult
Link copied to clipboard

The AWS::CloudWatch::CompositeAlarm type specifies an alarm which aggregates the states of other Alarms (Metric or Composite Alarms) as defined by the AlarmRule expression

Link copied to clipboard

Resource Type definition for AWS::CloudWatch::Dashboard

suspend fun getDashboard(dashboardName: String): GetDashboardResult
Link copied to clipboard

Resource Type definition for Metric Stream