Cloudwatch Functions
object CloudwatchFunctions
Functions
Link copied to clipboard
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.
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
suspend fun getCompositeAlarm(argument: suspend GetCompositeAlarmPlainArgsBuilder.() -> Unit): GetCompositeAlarmResult
Link copied to clipboard
Resource Type definition for Metric Stream
suspend fun getMetricStream(argument: suspend GetMetricStreamPlainArgsBuilder.() -> Unit): GetMetricStreamResult