Interface IAlarmProps
Properties for Alarms.
Inherited Members
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.AWS.CloudWatch.dll
Syntax (csharp)
public interface IAlarmProps : ICreateAlarmOptions
Syntax (vb)
Public Interface IAlarmProps
Inherits ICreateAlarmOptions
Synopsis
Properties
Metric | The metric to add the alarm on. |
Properties
Metric
The metric to add the alarm on.
IMetric Metric { get; }
Property Value
Remarks
Metric objects can be obtained from most resources, or you can construct custom Metric objects by instantiating one.