Skip to content

Commit

Permalink
docs: add tags to alarm defenition
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Apr 16, 2024
1 parent de15c1f commit 6b45301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Detailed description of the properties can be found in the [AWS documentation](h
| alarmActions | The list of actions to execute when this alarm transitions into an ALARM state from any other state | `string[]` | |
| insufficientDataActions | The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state | `string[]` | |
| treatMissingData | Sets how this alarm is to handle missing data points | `string` | |
| tags | Sets alarm tags | `Record<string, string>` | |
| metricFilter | Create an alarm based on a pattern found in a log group | [`AlarmMetricFilterDefinition`](#metric-filter-definition) | |

### Metric filter definition
Expand Down

0 comments on commit 6b45301

Please sign in to comment.