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.
AWS::CloudWatch::Alarm EvaluationCriteria
The evaluation criteria for an alarm. This is a union type that currently
supports PromQLCriteria.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "PromQLCriteria" :AlarmPromQLCriteria}
Properties
PromQLCriteria-
The PromQL criteria for the alarm evaluation.
Required: No
Type: AlarmPromQLCriteria
Update requires: No interruption