@@ -878,6 +878,9 @@ endpoints:
878878| `alerting.aws-ses.from` | The Email address to send the emails from (should be registered in SES) | Required `""` |
879879| `alerting.aws-ses.to` | Comma separated list of email address to notify | Required `""` |
880880| `alerting.aws-ses.default-alert` | Default alert configuration. <br />See [Setting a default alert](#setting-a-default-alert) | N/A |
881+ | `alerting.aws-ses.overrides` | List of overrides that may be prioritized over the default configuration | `[]` |
882+ | `alerting.aws-ses.overrides[].group` | Endpoint group for which the configuration will be overridden by this configuration | `""` |
883+ | `alerting.aws-ses.overrides[].*` | See `alerting.aws-ses.*` parameters | `{}` |
881884
882885` ` ` yaml
883886alerting:
@@ -2420,15 +2423,18 @@ endpoints:
24202423
24212424
24222425# ### Configuring custom alerts
2423- | Parameter | Description | Default |
2424- |:--------------------------------|:-------------------------------------------------------------------------------------------|:--------------|
2425- | `alerting.custom` | Configuration for custom actions on failure or alerts | `{}` |
2426- | `alerting.custom.url` | Custom alerting request url | Required `""` |
2427- | `alerting.custom.method` | Request method | `GET` |
2428- | `alerting.custom.body` | Custom alerting request body. | `""` |
2429- | `alerting.custom.headers` | Custom alerting request headers | `{}` |
2430- | `alerting.custom.client` | Client configuration. <br />See [Client configuration](#client-configuration). | `{}` |
2431- | `alerting.custom.default-alert` | Default alert configuration. <br />See [Setting a default alert](#setting-a-default-alert) | N/A |
2426+ | Parameter | Description | Default |
2427+ |:------------------------------------|:-------------------------------------------------------------------------------------------|:--------------|
2428+ | `alerting.custom` | Configuration for custom actions on failure or alerts | `{}` |
2429+ | `alerting.custom.url` | Custom alerting request url | Required `""` |
2430+ | `alerting.custom.method` | Request method | `GET` |
2431+ | `alerting.custom.body` | Custom alerting request body. | `""` |
2432+ | `alerting.custom.headers` | Custom alerting request headers | `{}` |
2433+ | `alerting.custom.client` | Client configuration. <br />See [Client configuration](#client-configuration). | `{}` |
2434+ | `alerting.custom.default-alert` | Default alert configuration. <br />See [Setting a default alert](#setting-a-default-alert) | N/A |
2435+ | `alerting.custom.overrides` | List of overrides that may be prioritized over the default configuration | `[]` |
2436+ | `alerting.custom.overrides[].group` | Endpoint group for which the configuration will be overridden by this configuration | `""` |
2437+ | `alerting.custom.overrides[].*` | See `alerting.custom.*` parameters | `{}` |
24322438
24332439While they're called alerts, you can use this feature to call anything.
24342440
0 commit comments