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
:param extended_resource_collection_enabled: Whether Datadog collects additional attributes and configuration information about the resources in your AWS account. Required for ``cspm_resource_collection``.
:param filter_tags: The array of EC2 tags (in the form ``key:value`` ) defines a filter that Datadog uses when collecting metrics from EC2.
84
90
Wildcards, such as ``?`` (for single characters) and ``*`` (for multiple characters) can also be used.
85
91
Only hosts that match one of the defined tags
@@ -95,7 +101,7 @@ def __init__(
95
101
:param metrics_collection_enabled: Whether Datadog collects metrics for this AWS account.
96
102
:type metrics_collection_enabled: bool, optional
97
103
98
-
:param resource_collection_enabled: Whether Datadog collects a standard set of resources from your AWS account.
104
+
:param resource_collection_enabled: Deprecated in favor of 'extended_resource_collection_enabled'. Whether Datadog collects a standard set of resources from your AWS account. **Deprecated**.
99
105
:type resource_collection_enabled: bool, optional
100
106
101
107
:param role_name: Your Datadog role delegation name.
0 commit comments