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: modules/cis-alarms/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,11 @@ No modules.
39
39
| <aname="input_control_overrides"></a> [control\_overrides](#input\_control\_overrides)| A map of overrides to apply to each control |`any`|`{}`| no |
40
40
| <aname="input_create"></a> [create](#input\_create)| Whether to create the Cloudwatch log metric filter and metric alarms |`bool`|`true`| no |
41
41
| <aname="input_disabled_controls"></a> [disabled\_controls](#input\_disabled\_controls)| List of IDs of disabled CIS controls |`list(string)`|`[]`| no |
42
+
| <aname="input_insufficient_data_actions"></a> [insufficient\_data\_actions](#input\_insufficient\_data\_actions)| List of ARNs to put as Cloudwatch insuficient data actions (eg, ARN of SNS topic) |`list(string)`|`[]`| no |
42
43
| <aname="input_log_group_name"></a> [log\_group\_name](#input\_log\_group\_name)| The name of the log group to associate the metric filter with |`string`|`""`| no |
43
44
| <aname="input_name_prefix"></a> [name\_prefix](#input\_name\_prefix)| A name prefix for the cloudwatch alarm (if use\_random\_name\_prefix is true, this will be ignored) |`string`|`""`| no |
44
45
| <aname="input_namespace"></a> [namespace](#input\_namespace)| The namespace where metric filter and metric alarm should be cleated |`string`|`"CISBenchmark"`| no |
46
+
| <aname="input_ok_actions"></a> [ok\_actions](#input\_ok\_actions)| List of ARNs to put as Cloudwatch OK actions (eg, ARN of SNS topic) |`list(string)`|`[]`| no |
45
47
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to all resources |`map(string)`|`{}`| no |
46
48
| <aname="input_use_random_name_prefix"></a> [use\_random\_name\_prefix](#input\_use\_random\_name\_prefix)| Whether to prefix resource names with random prefix |`bool`|`false`| no |
0 commit comments