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::LogAlarm
The AWS::CloudWatch::LogAlarm resource Property description not available. for CloudWatch.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::CloudWatch::LogAlarm", "Properties" : { "ActionLogLineCount" :Integer, "ActionLogLineRoleArn" :String, "ActionsEnabled" :Boolean, "AlarmActions" :[ String, ... ], "AlarmDescription" :String, "AlarmName" :String, "ComparisonOperator" :String, "InsufficientDataActions" :[ String, ... ], "OKActions" :[ String, ... ], "QueryResultsToAlarm" :Integer, "QueryResultsToEvaluate" :Integer, "ScheduledQueryConfiguration" :ScheduledQueryConfiguration, "Tags" :[ Tag, ... ], "Threshold" :Number, "TreatMissingData" :String} }
YAML
Type: AWS::CloudWatch::LogAlarm Properties: ActionLogLineCount:IntegerActionLogLineRoleArn:StringActionsEnabled:BooleanAlarmActions:- StringAlarmDescription:StringAlarmName:StringComparisonOperator:StringInsufficientDataActions:- StringOKActions:- StringQueryResultsToAlarm:IntegerQueryResultsToEvaluate:IntegerScheduledQueryConfiguration:ScheduledQueryConfigurationTags:- TagThreshold:NumberTreatMissingData:String
Properties
ActionLogLineCountProperty description not available.
Required: No
Type: Integer
Minimum:
0Maximum:
50Update requires: No interruption
ActionLogLineRoleArnProperty description not available.
Required: No
Type: String
Update requires: No interruption
ActionsEnabledProperty description not available.
Required: No
Type: Boolean
Update requires: No interruption
AlarmActionsProperty description not available.
Required: No
Type: Array of String
Update requires: No interruption
AlarmDescriptionProperty description not available.
Required: No
Type: String
Update requires: No interruption
AlarmNameProperty description not available.
Required: No
Type: String
Minimum:
1Maximum:
255Update requires: Replacement
ComparisonOperatorProperty description not available.
Required: Yes
Type: String
Update requires: No interruption
InsufficientDataActionsProperty description not available.
Required: No
Type: Array of String
Update requires: No interruption
OKActionsProperty description not available.
Required: No
Type: Array of String
Update requires: No interruption
QueryResultsToAlarmProperty description not available.
Required: Yes
Type: Integer
Update requires: No interruption
QueryResultsToEvaluateProperty description not available.
Required: Yes
Type: Integer
Update requires: No interruption
ScheduledQueryConfigurationProperty description not available.
Required: Yes
Type: ScheduledQueryConfiguration
Update requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
ThresholdProperty description not available.
Required: Yes
Type: Number
Update requires: No interruption
TreatMissingDataProperty description not available.
Required: No
Type: String
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.