From a7e3a14f8ba5d255c1e61dd20f3c1555eb997b92 Mon Sep 17 00:00:00 2001 From: Sonoda Ryohei Date: Thu, 20 Oct 2022 12:09:40 +0900 Subject: [PATCH] Update rum_app_monitor.html.markdown Attribute names were incorrect and have been corrected. --- website/docs/r/rum_app_monitor.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/rum_app_monitor.html.markdown b/website/docs/r/rum_app_monitor.html.markdown index 795f0c4ab94..5aaa4189f44 100644 --- a/website/docs/r/rum_app_monitor.html.markdown +++ b/website/docs/r/rum_app_monitor.html.markdown @@ -25,7 +25,7 @@ The following arguments are supported: * `name` - (Required) The name of the log stream. * `domain` - (Required) The top-level internet domain name for which your application has administrative authority. -* `domain` - (Optional) configuration data for the app monitor. See app_monitor_configuration below. +* `app_monitor_configuration` - (Optional) configuration data for the app monitor. See [app_monitor_configuration](#app_monitor_configuration) below. * `cw_log_enabled` - (Optional) Data collected by RUM is kept by RUM for 30 days and then deleted. This parameter specifies whether RUM sends a copy of this telemetry data to Amazon CloudWatch Logs in your account. This enables you to keep the telemetry data for more than 30 days, but it does incur Amazon CloudWatch Logs charges. Default value is `false`. * `tags` - (Optional) A map of tags to assign to the resource. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.