| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAlarm.Jsii$Default
Internal default implementation for
IAlarm. |
| Modifier and Type | Class and Description |
|---|---|
class |
Alarm
An alarm on a CloudWatch metric.
|
class |
AlarmBase
The base class for Alarm and CompositeAlarm resources.
|
class |
CompositeAlarm
A Composite Alarm based on Alarm Rule.
|
static class |
IAlarm.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IAlarm |
Alarm.fromAlarmArn(software.constructs.Construct scope,
String id,
String alarmArn)
Import an existing CloudWatch alarm provided an ARN.
|
static IAlarm |
CompositeAlarm.fromCompositeAlarmArn(software.constructs.Construct scope,
String id,
String compositeAlarmArn)
Import an existing CloudWatch composite alarm provided an ARN.
|
static IAlarm |
CompositeAlarm.fromCompositeAlarmName(software.constructs.Construct scope,
String id,
String compositeAlarmName)
Import an existing CloudWatch composite alarm provided an Name.
|
IAlarm |
AlarmWidgetProps.getAlarm()
The alarm to show.
|
IAlarm |
AlarmWidgetProps.Jsii$Proxy.getAlarm() |
| Modifier and Type | Method and Description |
|---|---|
List<IAlarm> |
AlarmStatusWidgetProps.getAlarms()
CloudWatch Alarms to show in widget.
|
List<IAlarm> |
AlarmStatusWidgetProps.Jsii$Proxy.getAlarms() |
| Modifier and Type | Method and Description |
|---|---|
AlarmWidget.Builder |
AlarmWidget.Builder.alarm(IAlarm alarm)
The alarm to show.
|
AlarmWidgetProps.Builder |
AlarmWidgetProps.Builder.alarm(IAlarm alarm)
Sets the value of
AlarmWidgetProps.getAlarm() |
AlarmActionConfig |
IAlarmAction.bind(Construct scope,
IAlarm alarm)
Return the properties required to send alarm actions to this CloudWatch alarm.
|
AlarmActionConfig |
IAlarmAction.Jsii$Proxy.bind(Construct scope,
IAlarm alarm)
Return the properties required to send alarm actions to this CloudWatch alarm.
|
default AlarmActionConfig |
IAlarmAction.Jsii$Default.bind(Construct scope,
IAlarm alarm)
Return the properties required to send alarm actions to this CloudWatch alarm.
|
static IAlarmRule |
AlarmRule.fromAlarm(IAlarm alarm,
AlarmState alarmState)
function to build Rule Expression for given IAlarm and AlarmState.
|
| Modifier and Type | Method and Description |
|---|---|
AlarmStatusWidgetProps.Builder |
AlarmStatusWidgetProps.Builder.alarms(List<? extends IAlarm> alarms)
Sets the value of
AlarmStatusWidgetProps.getAlarms() |
AlarmStatusWidget.Builder |
AlarmStatusWidget.Builder.alarms(List<? extends IAlarm> alarms)
CloudWatch Alarms to show in widget.
|
Copyright © 2023. All rights reserved.