Interface CfnApplication.IAlarmProperty
The AWS::ApplicationInsights::Application Alarm
property type defines a CloudWatch alarm to be monitored for the component.
Namespace: Amazon.CDK.AWS.ApplicationInsights
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAlarmProperty
Syntax (vb)
Public Interface IAlarmProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ApplicationInsights;
var alarmProperty = new AlarmProperty {
AlarmName = "alarmName",
// the properties below are optional
Severity = "severity"
};
Synopsis
Properties
Alarm |
The name of the CloudWatch alarm to be monitored for the component. |
Severity | Indicates the degree of outage when the alarm goes off. |
Properties
AlarmName
The name of the CloudWatch alarm to be monitored for the component.
string AlarmName { get; }
Property Value
System.
Remarks
Severity
Indicates the degree of outage when the alarm goes off.
virtual string Severity { get; }
Property Value
System.