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
|[aws_iam_policy_document.local_cur](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
166
172
|[aws_iam_policy_document.rds_enhanced_monitoring](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
167
173
|[aws_iam_policy_document.rds_enhanced_monitoring_assume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
174
+
|[aws_partition.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/partition)| data source |
168
175
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
169
176
|[http_http.rds_enhanced_monitoring](https://registry.terraform.io/providers/hashicorp/http/latest/docs/data-sources/http)| data source |
170
177
171
178
## Inputs
172
179
173
180
| Name | Description | Type | Default | Required |
| <aname="input_cloudtrail_buckets"></a> [cloudtrail\_buckets](#input\_cloudtrail\_buckets)|Bucket(s) to collect CloudTrail logs from |`list(string)`|`[]`| no |
182
+
| <aname="input_access_method"></a> [access\_method](#input\_access\_method)|Access method to use for Datadog integration (recommended not to change unless using GovCloud or China regions, must be either `user` or `role`) |`string`|`"role"`| no |
176
183
| <aname="input_cur_bucket_suffix"></a> [cur\_bucket\_suffix](#input\_cur\_bucket\_suffix)| Suffix to append to the CUR bucket name ([ACCOUNT\_ID]-[REGION]-[cur\_bucket\_suffix]) |`string`|`"datadog-cur-data"`| no |
177
184
| <aname="input_datadog_account_id"></a> [datadog\_account\_id](#input\_datadog\_account\_id)| DataDog AWS account ID (should not need changed) |`string`|`"464622532012"`| no |
178
185
| <aname="input_datadog_site_name"></a> [datadog\_site\_name](#input\_datadog\_site\_name)| DataDog site (e.g., datadoghq.com) |`string`|`"datadoghq.com"`| no |
@@ -186,6 +193,8 @@ module "datadog" {
186
193
| <aname="input_estimated_usage_anomaly_message"></a> [estimated\_usage\_anomaly\_message](#input\_estimated\_usage\_anomaly\_message)| Message for usage anomaly alerts |`string`|`"Datadog usage anomaly detected"`| no |
187
194
| <aname="input_estimated_usage_detection_config"></a> [estimated\_usage\_detection\_config](#input\_estimated\_usage\_detection\_config)| Map of usage types to monitor. |`map(any)`|`{}`| no |
| <aname="input_forward_buckets"></a> [forward\_buckets](#input\_forward\_buckets)| Bucket(s) to collect logs from (using object notifications) |`list(string)`|`[]`| no |
197
+
| <aname="input_forward_log_groups"></a> [forward\_log\_groups](#input\_forward\_log\_groups)| CloudWatch Log Group names to collect logs from (using filter subscriptions) |`list(string)`|`[]`| no |
189
198
| <aname="input_install_log_forwarder"></a> [install\_log\_forwarder](#input\_install\_log\_forwarder)| controls whether log forwarder lambda should be installed |`bool`|`true`| no |
| <aname="input_integration_excluded_regions"></a> [integration\_excluded\_regions](#input\_integration\_excluded\_regions)| Regions to exclude from DataDog monitoring |`list(string)`|`[]`| no |
@@ -210,5 +219,6 @@ module "datadog" {
210
219
| Name | Description |
211
220
|------|-------------|
212
221
| <aname="output_iam_role_datadog"></a> [iam\_role\_datadog](#output\_iam\_role\_datadog)| IAM role assumed by Datadog resources |
222
+
| <aname="output_iam_user_datadog"></a> [iam\_user\_datadog](#output\_iam\_user\_datadog)| IAM user accessed by Datadog resources (when `access_method == user`) |
0 commit comments