View a markdown version of this page

AWS::CloudWatch::LogAlarm - AWS CloudFormation

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: 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

Properties

ActionLogLineCount

Property description not available.

Required: No

Type: Integer

Minimum: 0

Maximum: 50

Update requires: No interruption

ActionLogLineRoleArn

Property description not available.

Required: No

Type: String

Update requires: No interruption

ActionsEnabled

Property description not available.

Required: No

Type: Boolean

Update requires: No interruption

AlarmActions

Property description not available.

Required: No

Type: Array of String

Update requires: No interruption

AlarmDescription

Property description not available.

Required: No

Type: String

Update requires: No interruption

AlarmName

Property description not available.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: Replacement

ComparisonOperator

Property description not available.

Required: Yes

Type: String

Update requires: No interruption

InsufficientDataActions

Property description not available.

Required: No

Type: Array of String

Update requires: No interruption

OKActions

Property description not available.

Required: No

Type: Array of String

Update requires: No interruption

QueryResultsToAlarm

Property description not available.

Required: Yes

Type: Integer

Update requires: No interruption

QueryResultsToEvaluate

Property description not available.

Required: Yes

Type: Integer

Update requires: No interruption

ScheduledQueryConfiguration

Property description not available.

Required: Yes

Type: ScheduledQueryConfiguration

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: No interruption

Threshold

Property description not available.

Required: Yes

Type: Number

Update requires: No interruption

TreatMissingData

Property description not available.

Required: No

Type: String

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.