Interface CfnApplicationPropsMixin.AlarmProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplicationPropsMixin.AlarmProperty.Jsii$Proxy
Enclosing class:
CfnApplicationPropsMixin

@Stability(Stable) public static interface CfnApplicationPropsMixin.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.cfnpropertymixins.services.applicationinsights.*;
 AlarmProperty alarmProperty = AlarmProperty.builder()
         .alarmName("alarmName")
         .severity("severity")
         .build();
 

See Also: