-ActionLogLineCount <
Int32>
The number of log lines from the most recent scheduled query execution to include in alarm action notifications. Valid range is 0 through 50. The default is 0, which means no log lines are included.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ActionLogLineRoleArn <
String>
The Amazon Resource Name (ARN) of an IAM role that CloudWatch assumes to retrieve log events for inclusion in alarm action notifications. Required when ActionLogLineCount is greater than 0.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Indicates whether actions should be executed during any changes to the alarm state. The default is true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The actions to execute when this alarm transitions to the
ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).Valid Values:
Amazon SNS actions:arn:aws:sns:region:account-id:sns-topic-nameLambda actions:- Invoke the latest version of a Lambda function: arn:aws:lambda:region:account-id:function:function-name
- Invoke a specific version of a Lambda function: arn:aws:lambda:region:account-id:function:function-name:version-number
- Invoke a function by using an alias Lambda function: arn:aws:lambda:region:account-id:function:function-name:alias-name
Systems Manager actions:arn:aws:ssm:region:account-id:opsitem:severity Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | AlarmActions |
The description for the alarm.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The name for the alarm. This name must be unique within the Amazon Web Services account and Region.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.CW.AmazonCloudWatchClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The arithmetic operation to use when comparing the aggregated query result and the threshold. The aggregated query result is used as the first operand. Valid values are GreaterThanThreshold, GreaterThanOrEqualToThreshold, LessThanThreshold, and LessThanOrEqualToThreshold.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The actions to execute when this alarm transitions to the
INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).Valid Values:
Amazon SNS actions:arn:aws:sns:region:account-id:sns-topic-nameLambda actions:- Invoke the latest version of a Lambda function: arn:aws:lambda:region:account-id:function:function-name
- Invoke a specific version of a Lambda function: arn:aws:lambda:region:account-id:function:function-name:version-number
- Invoke a function by using an alias Lambda function: arn:aws:lambda:region:account-id:function:function-name:alias-name
Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | InsufficientDataActions |
The actions to execute when this alarm transitions to the
OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).Valid Values:
Amazon SNS actions:arn:aws:sns:region:account-id:sns-topic-nameLambda actions:- Invoke the latest version of a Lambda function: arn:aws:lambda:region:account-id:function:function-name
- Invoke a specific version of a Lambda function: arn:aws:lambda:region:account-id:function:function-name:version-number
- Invoke a function by using an alias Lambda function: arn:aws:lambda:region:account-id:function:function-name:alias-name
Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | OKActions |
-QueryResultsToAlarm <
Int32>
The number of query results, out of the most recent QueryResultsToEvaluate results, that must breach the threshold to trigger the alarm to transition to ALARM (the M in M-of-N evaluation). Must be less than or equal to QueryResultsToEvaluate.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-QueryResultsToEvaluate <
Int32>
The number of most recent scheduled query results to evaluate against the threshold (the N in M-of-N evaluation). Valid range is 1 through 100.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduledQueryConfiguration_AggregationExpression <
String>
The expression that defines how to aggregate query results into one or more scalar values for alarm evaluation. For example, count(*) or avg(latency) by host | sort desc. Length constraints: minimum 1 character, maximum 2048 characters.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduledQueryConfiguration_LogGroupIdentifier <
String[]>
The log groups to query. Each entry can be a log group name or ARN. Use the ARN form when querying log groups in a different account (for example, when running cross-account queries from a monitoring account). The list must contain between 1 and 50 entries. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | ScheduledQueryConfiguration_LogGroupIdentifiers |
-ScheduledQueryConfiguration_QueryARN <
String>
The Amazon Resource Name (ARN) of the CloudWatch Logs scheduled query that the alarm uses. This field is populated in DescribeAlarms responses.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduledQueryConfiguration_QueryString <
String>
The CloudWatch Logs query to execute on each scheduled run. Length constraints: maximum of 10,000 characters.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduledQueryConfiguration_ScheduleConfiguration_EndTimeOffset <Int64>
The offset, in seconds, before the scheduled execution time at which the query time range ends. Must be non-negative and less than StartTimeOffset. The default is 0.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduledQueryConfiguration_ScheduleConfiguration_ScheduleExpression <
String>
The schedule expression that defines how often the underlying CloudWatch Logs scheduled query runs. Specify a rate() expression, for example rate(5 minutes).
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduledQueryConfiguration_ScheduleConfiguration_StartTimeOffset <Int64>
The offset, in seconds, before the scheduled execution time at which the query time range begins. For example, an offset of 360 (6 minutes) on a query running at 12:05:00 starts the query time range at 11:59:00.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduledQueryConfiguration_ScheduledQueryRoleARN <
String>
The Amazon Resource Name (ARN) of the IAM role that CloudWatch assumes when executing the scheduled query against the configured log groups.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduledQueryConfiguration_Tag <
Tag[]>
A list of key-value pairs to associate with the underlying scheduled query resource. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | ScheduledQueryConfiguration_Tags |
Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudWatch.Model.PutLogAlarmResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A list of key-value pairs to associate with the alarm. You can use tags to categorize and manage your alarms. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | Tags |
The value to compare with the aggregated query result.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Sets how this alarm is to handle missing data points. Valid values are breaching, notBreaching, ignore, and missing. If this parameter is omitted, the default behavior of missing is used.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |