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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ No modules.
39
39
| <aname="input_create"></a> [create](#input\_create)| Whether to create the Cloudwatch log metric filter and metric alarms |`bool`|`true`| no |
40
40
| <aname="input_disabled_controls"></a> [disabled\_controls](#input\_disabled\_controls)| List of IDs of disabled CIS controls |`list(string)`|`[]`| no |
41
41
| <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 |
42
+
| <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 |
42
43
| <aname="input_namespace"></a> [namespace](#input\_namespace)| The namespace where metric filter and metric alarm should be cleated |`string`|`"CISBenchmark"`| no |
43
44
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to all resources |`map(string)`|`{}`| no |
44
45
| <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 |
@@ -49,4 +50,4 @@ No modules.
49
50
|------|-------------|
50
51
| <aname="output_cloudwatch_metric_alarm_arns"></a> [cloudwatch\_metric\_alarm\_arns](#output\_cloudwatch\_metric\_alarm\_arns)| List of ARNs of the Cloudwatch metric alarm |
51
52
| <aname="output_cloudwatch_metric_alarm_ids"></a> [cloudwatch\_metric\_alarm\_ids](#output\_cloudwatch\_metric\_alarm\_ids)| List of IDs of the Cloudwatch metric alarm |
0 commit comments