Show / Hide Table of Contents

Interface IAlarm

Represents a CloudWatch Alarm.

Inherited Members
IAlarmRule.RenderAlarmRule()
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.AWS.CloudWatch.dll
Syntax (csharp)
public interface IAlarm : IAlarmRule, IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IAlarm
    Inherits IAlarmRule, IResource, IConstruct, IConstruct, IDependable

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

System.String

Remarks

Attribute: true

AlarmName

Name of the alarm.

string AlarmName { get; }
Property Value

System.String

Remarks

Attribute: true

Back to top Generated by DocFX