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
where ``$CLIENT_EMAIL`` is the email found in your JSON service account key.
103
112
:type client_x509_cert_url: str, optional
104
113
105
-
:param cloud_run_revision_filters: Limit the Cloud Run revisions that are pulled into Datadog by using tags.
114
+
:param cloud_run_revision_filters: List of filters to limit the Cloud Run revisions that are pulled into Datadog by using tags.
106
115
Only Cloud Run revision resources that apply to specified filters are imported into Datadog.
116
+
**Note:** This field is deprecated. Instead, use ``monitored_resource_configs`` with ``type=cloud_run_revision`` **Deprecated**.
107
117
:type cloud_run_revision_filters: [str], optional
108
118
109
119
:param errors: An array of errors.
110
120
:type errors: [str], optional
111
121
112
-
:param host_filters: Limit the GCE instances that are pulled into Datadog by using tags.
113
-
Only hosts that match one of the defined tags are imported into Datadog.
122
+
:param host_filters: A comma-separated list of filters to limit the VM instances that are pulled into Datadog by using tags.
123
+
Only VM instance resources that apply to specified filters are imported into Datadog.
124
+
**Note:** This field is deprecated. Instead, use ``monitored_resource_configs`` with ``type=gce_instance`` **Deprecated**.
114
125
:type host_filters: str, optional
115
126
116
127
: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.
@@ -122,6 +133,9 @@ def __init__(
122
133
:param is_security_command_center_enabled: When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account.
0 commit comments