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: aws/telemetry/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ module "telemetry" {
63
63
| <aname="input_grafana_role_name"></a> [grafana\_role\_name](#input\_grafana\_role\_name)| Name of the IAM role created for Grafana |`string`|`"grafana"`| no |
64
64
| <aname="input_grafana_workspace_name"></a> [grafana\_workspace\_name](#input\_grafana\_workspace\_name)| Name of the Grafana workspace which will use telemetry resources |`string`|`"Grafana"`| no |
65
65
| <aname="input_kms_alias_name"></a> [kms\_alias\_name](#input\_kms\_alias\_name)| KMS alias name for SNS topics |`string`|`"alias/sns-alarm-topics"`| no |
66
+
| <aname="input_log_group_arn"></a> [log\_group\_arn](#input\_log\_group\_arn)| ARN for the CW log group |`list(string)`|`[]`| no |
66
67
| <aname="input_monitoring_account_ids"></a> [monitoring\_account\_ids](#input\_monitoring\_account\_ids)| AWS account IDs in which Grafana will run |`list(string)`|`null`| no |
67
68
| <aname="input_prometheus_workspace_name"></a> [prometheus\_workspace\_name](#input\_prometheus\_workspace\_name)| Name of the AWS Managed Prometheus workspace |`string`| n/a | yes |
68
69
| <aname="input_sns_topic_name_suffix"></a> [sns\_topic\_name\_suffix](#input\_sns\_topic\_name\_suffix)| Suffix for SNS topic names |`string`|`""`| no |
Copy file name to clipboardExpand all lines: aws/telemetry/modules/prometheus-workspace/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ write to the workspace.
42
42
| <aname="input_alert_resolve_timeout"></a> [alert\_resolve\_timeout](#input\_alert\_resolve\_timeout)| Time after which alerts without an end time after resolved |`string`|`null`| no |
43
43
| <aname="input_alert_subject_template"></a> [alert\_subject\_template](#input\_alert\_subject\_template)| Template used for AlertManager alert subjects |`string`|`null`| no |
44
44
| <aname="input_alertmanager_config_enabled"></a> [alertmanager\_config\_enabled](#input\_alertmanager\_config\_enabled)| Enable alertmanager configs for the Prometheus workspace |`bool`|`true`| no |
45
+
| <aname="input_log_group_arn"></a> [log\_group\_arn](#input\_log\_group\_arn)| ARN for the CW log group |`list(string)`|`[]`| no |
45
46
| <aname="input_name"></a> [name](#input\_name)| Name for this Prometheus workspace |`string`| n/a | yes |
46
47
| <aname="input_sns_receivers"></a> [sns\_receivers](#input\_sns\_receivers)| Map of alert priorities to SNS topics for AlertManager |`map(string)`| n/a | yes |
47
48
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to be applied to created resources |`map(string)`|`{}`| no |
0 commit comments