alarmActions
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:<i>region</i>:<i>account-id</i>:<i>sns-topic-name</i>
Lambda actions:
Invoke the latest version of a Lambda function:
arn:aws:lambda:<i>region</i>:<i>account-id</i>:function:<i>function-name</i>
Invoke a specific version of a Lambda function:
arn:aws:lambda:<i>region</i>:<i>account-id</i>:function:<i>function-name</i>:<i>version-number</i>
Invoke a function by using an alias Lambda function:
arn:aws:lambda:<i>region</i>:<i>account-id</i>:function:<i>function-name</i>:<i>alias-name</i>
Systems Manager actions:
arn:aws:ssm:<i>region</i>:<i>account-id</i>:opsitem:<i>severity</i>
Start a Amazon Q Developer operational investigation
arn:aws:aiops:<i>region</i>:<i>account-id</i>:investigation-group:<i>investigation-group-id</i>