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="input_cloudtrail_buckets"></a> [cloudtrail\_buckets](#input\_cloudtrail\_buckets)| Bucket(s) to collect CloudTrail logs from |`list(string)`|`[]`| no |
78
86
| <aname="input_datadog_account_id"></a> [datadog\_account\_id](#input\_datadog\_account\_id)| DataDog AWS account ID (should not need changed) |`string`|`"464622532012"`| no |
79
87
| <aname="input_datadog_site_name"></a> [datadog\_site\_name](#input\_datadog\_site\_name)| DataDog site (e.g., datadoghq.com) |`string`|`"datadoghq.com"`| no |
88
+
| <aname="input_enable_guardduty_notifications"></a> [enable\_guardduty\_notifications](#input\_enable\_guardduty\_notifications)| Send GuardDuty notifications to Datadog (`install_log_forwarder` must be true) |`bool`|`true`| no |
80
89
| <aname="input_install_log_forwarder"></a> [install\_log\_forwarder](#input\_install\_log\_forwarder)| controls whether log forwarder lambda should be installed |`bool`|`true`| no |
81
90
| <aname="input_integration_excluded_regions"></a> [integration\_excluded\_regions](#input\_integration\_excluded\_regions)| Regions to exclude from DataDog monitoring |`list(string)`|`[]`| no |
82
91
| <aname="input_integration_filter_tags"></a> [integration\_filter\_tags](#input\_integration\_filter\_tags)| Tags to filter EC2 instances on (see https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/integration_aws)|`list(string)`|`[]`| no |
@@ -89,5 +98,8 @@ A bit about this module
89
98
90
99
## Outputs
91
100
92
-
No outputs.
101
+
| Name | Description |
102
+
|------|-------------|
103
+
| <aname="output_iam_role_datadog"></a> [iam\_role\_datadog](#output\_iam\_role\_datadog)| IAM role assumed by Datadog resources |
0 commit comments