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 ScheduledQueryConfiguration
The ScheduledQueryConfiguration property type specifies Property description not available. for an AWS::CloudWatch::LogAlarm.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AggregationExpression" :String, "LogGroupIdentifiers" :[ String, ... ], "QueryString" :String, "ScheduleConfiguration" :ScheduleConfiguration, "ScheduledQueryRoleARN" :String}
YAML
AggregationExpression:StringLogGroupIdentifiers:- StringQueryString:StringScheduleConfiguration:ScheduleConfigurationScheduledQueryRoleARN:String
Properties
AggregationExpressionProperty description not available.
Required: Yes
Type: String
Update requires: No interruption
LogGroupIdentifiersProperty description not available.
Required: Yes
Type: Array of String
Update requires: No interruption
QueryStringProperty description not available.
Required: Yes
Type: String
Update requires: No interruption
ScheduleConfigurationProperty description not available.
Required: Yes
Type: ScheduleConfiguration
Update requires: No interruption
ScheduledQueryRoleARNProperty description not available.
Required: Yes
Type: String
Update requires: No interruption