Interface IAlarm
- All Superinterfaces:
IAlarmRule,software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAlarm.Jsii$Default
- All Known Implementing Classes:
Alarm,AlarmBase,AnomalyDetectionAlarm,CompositeAlarm,IAlarm.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:40:47.345Z")
@Stability(Stable)
public interface IAlarm
extends software.amazon.jsii.JsiiSerializable, IAlarmRule, IResource
Represents a CloudWatch Alarm.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAlarm.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionAlarm ARN (i.e.Name of the alarm.Methods inherited from interface software.amazon.awscdk.services.cloudwatch.IAlarmRule
renderAlarmRuleMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlarmArn
Alarm ARN (i.e. arn:aws:cloudwatch::invalid input: '<'account-id>:alarm:Foo). -
getAlarmName
Name of the alarm.
-