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 is_cspm_enabled: When enabled, Datadog will activate the Cloud Security Monitoring product for this service account. Note: This requires resource_collection_enabled to be set to true.
96
102
:type is_cspm_enabled: bool, optional
97
103
104
+
:param is_global_location_enabled: When enabled, Datadog collects metrics where location is explicitly stated as "global" or where location information cannot be deduced from GCP labels.
105
+
:type is_global_location_enabled: bool, optional
106
+
98
107
:param is_per_project_quota_enabled: When enabled, Datadog applies the ``X-Goog-User-Project`` header, attributing Google Cloud billing and quota usage to the project being monitored rather than the default service account project.
:param region_filter_configs: Configurations for GCP location filtering, such as region, multi-region, or zone. Only monitored resources that match the specified regions are imported into Datadog. By default, Datadog collects from all locations.
123
+
:type region_filter_configs: [str], optional
124
+
113
125
:param resource_collection_enabled: When enabled, Datadog scans for all resources in your GCP environment.
0 commit comments