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
| <aname="output_cloudwatch_log_group_arn"></a> [cloudwatch\_log\_group\_arn](#output\_cloudwatch\_log\_group\_arn)| ARN of Cloudwatch log group |
51
+
| <aname="output_cloudwatch_log_group_name"></a> [cloudwatch\_log\_group\_name](#output\_cloudwatch\_log\_group\_name)| Name of Cloudwatch log group |
50
52
| <aname="output_cloudwatch_log_metric_filter_id"></a> [cloudwatch\_log\_metric\_filter\_id](#output\_cloudwatch\_log\_metric\_filter\_id)| The name of the metric filter |
51
53
| <aname="output_cloudwatch_metric_alarm_arn"></a> [cloudwatch\_metric\_alarm\_arn](#output\_cloudwatch\_metric\_alarm\_arn)| The ARN of the Cloudwatch metric alarm |
52
54
| <aname="output_cloudwatch_metric_alarm_id"></a> [cloudwatch\_metric\_alarm\_id](#output\_cloudwatch\_metric\_alarm\_id)| The ID of the Cloudwatch metric alarm |
| <aname="input_create"></a> [create](#input\_create)| Whether to create the Cloudwatch log group |`bool`|`true`| no |
32
+
| <aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| The ARN of the KMS Key to use when encrypting logs |`string`|`null`| no |
33
+
| <aname="input_name"></a> [name](#input\_name)| A name for the log group |`string`|`null`| no |
34
+
| <aname="input_name_prefix"></a> [name\_prefix](#input\_name\_prefix)| A name prefix for the log group |`string`|`null`| no |
35
+
| <aname="input_retention_in_days"></a> [retention\_in\_days](#input\_retention\_in\_days)| Specifies the number of days you want to retain log events in the specified log group |`number`|`null`| no |
36
+
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to Cloudwatch log group |`map(string)`|`{}`| no |
37
+
38
+
## Outputs
39
+
40
+
| Name | Description |
41
+
|------|-------------|
42
+
| <aname="output_cloudwatch_log_group_arn"></a> [cloudwatch\_log\_group\_arn](#output\_cloudwatch\_log\_group\_arn)| ARN of Cloudwatch log group |
43
+
| <aname="output_cloudwatch_log_group_name"></a> [cloudwatch\_log\_group\_name](#output\_cloudwatch\_log\_group\_name)| Name of Cloudwatch log group |
0 commit comments