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
Both `topics` and `metrics` are required properties. There are 4 supported metrics, each map to the CloudWatch Metrics that Step Functions publishes for your executions.
178
171
172
+
You can configure how the CloudWatch Alarms should treat missing data:
173
+
174
+
* `missing` (AWS default): The alarm does not consider missing data points when evaluating whether to change state.
175
+
* `ignore`: The current alarm state is maintained.
176
+
* `breaching`: Missing data points are treated as breaching the threshold.
177
+
* `notBreaching`: Missing data points are treated as being within the threshold.
178
+
179
+
For more information, please refer to the [official documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#alarms-and-missing-data).
180
+
179
181
The generated CloudWatch alarms would have the following configurations:
Please keep this gotcha in mind if you want to reference the `name` from the `resources` section. To generate Logical ID for CloudFormation, the plugin transforms the specified name in serverless.yml based on the following scheme.
0 commit comments