Skip to content

Commit

Permalink
Merge pull request #27346 from sonodar/d-aws_rum_app_monitor-fix-attr…
Browse files Browse the repository at this point in the history
…-name

d/rum_app_monitor: Fix app_monitor_configuration attribute name
  • Loading branch information
jar-b authored Oct 21, 2022
2 parents 046bf3d + a7e3a14 commit 2b8ef56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/rum_app_monitor.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2b8ef56

Please sign in to comment.