

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::ApplicationInsights::Application Alarm
<a name="aws-properties-applicationinsights-application-alarm"></a>

The `AWS::ApplicationInsights::Application Alarm` property type defines a CloudWatch alarm to be monitored for the component.

## Syntax
<a name="aws-properties-applicationinsights-application-alarm-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-applicationinsights-application-alarm-syntax.json"></a>

```
{
  "[AlarmName](#cfn-applicationinsights-application-alarm-alarmname)" : String,
  "[Severity](#cfn-applicationinsights-application-alarm-severity)" : String
}
```

### YAML
<a name="aws-properties-applicationinsights-application-alarm-syntax.yaml"></a>

```
  [AlarmName](#cfn-applicationinsights-application-alarm-alarmname): String
  [Severity](#cfn-applicationinsights-application-alarm-severity): String
```

## Properties
<a name="aws-properties-applicationinsights-application-alarm-properties"></a>

`AlarmName`  <a name="cfn-applicationinsights-application-alarm-alarmname"></a>
The name of the CloudWatch alarm to be monitored for the component.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Severity`  <a name="cfn-applicationinsights-application-alarm-severity"></a>
 Indicates the degree of outage when the alarm goes off.   
*Required*: No  
*Type*: String  
*Allowed values*: `HIGH | MEDIUM | LOW`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)