Interface CfnApplication.AlarmProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.AlarmProperty.Jsii$Proxy
- Enclosing class:
- CfnApplication
@Stability(Stable)
public static interface CfnApplication.AlarmProperty
extends software.amazon.jsii.JsiiSerializable
The
AWS::ApplicationInsights::Application Alarm
property type defines a CloudWatch alarm to be monitored for the component.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.applicationinsights.*; AlarmProperty alarmProperty = AlarmProperty.builder() .alarmName("alarmName") // the properties below are optional .severity("severity") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplication.AlarmProperty
static final class
An implementation forCfnApplication.AlarmProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlarmName
The name of the CloudWatch alarm to be monitored for the component. -
getSeverity
Indicates the degree of outage when the alarm goes off. -
builder
-