You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+65
Original file line number
Diff line number
Diff line change
@@ -332,6 +332,71 @@ alarms:
332
332
treatMissingData: ignore # default
333
333
```
334
334
335
+
#### Custom CloudWatch Alarm names
336
+
337
+
By default, the CloudFormation assigns names to the alarms based on the CloudFormation stack and the resource logical Id, and in some cases and these names could be confusing.
338
+
339
+
To use custom names to the alarms add `nameTemplate` property in the `alarms` object.
You can monitor the execution state of your state machines [via CloudWatch Events](https://aws.amazon.com/about-aws/whats-new/2019/05/aws-step-functions-adds-support-for-workflow-execution-events/). It allows you to be alerted when the status of your state machine changes to `ABORTED`, `FAILED`, `RUNNING`, `SUCCEEDED` or `TIMED_OUT`.
0 commit comments