Interface IAlarm
Represents a CloudWatch Alarm.
Inherited Members
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAlarm : IAlarmRule, IResource, IAlarmRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IAlarm Inherits IAlarmRule, IResource, IAlarmRef, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| AlarmArn | Alarm ARN (i.e. arn:aws:cloudwatch:<region>:<account-id>:alarm:Foo). |
| AlarmName | Name of the alarm. |
Properties
AlarmArn
Alarm ARN (i.e. arn:aws:cloudwatch:<region>:<account-id>:alarm:Foo).
string AlarmArn { get; }
Property Value
Remarks
Attribute: true