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
# Delete a Datadog-AWS integration matching the specified `account_id` and `role_name parameters`.
316
+
# **This endpoint is deprecated - use the V2 endpoints instead.** Delete a Datadog-AWS integration matching the specified `account_id` and `role_name parameters`.
# List all namespace rules for a given Datadog-AWS integration. This endpoint takes no arguments.
523
+
# **This endpoint is deprecated - use the V2 endpoints instead.** List all namespace rules for a given Datadog-AWS integration. This endpoint takes no arguments.
# Get the list of current AWS services that Datadog offers automatic log collection. Use returned service IDs with the services parameter for the Enable an AWS service log collection API endpoint.
453
+
# **This endpoint is deprecated - use the V2 endpoint instead.** Get the list of current AWS services that Datadog offers automatic log collection. Use returned service IDs with the services parameter for the Enable an AWS service log collection API endpoint.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v1/models/aws_account.rb
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,11 @@ class AWSAccount
27
27
# Your AWS Account ID without dashes.
28
28
attr_accessor:account_id
29
29
30
-
# An object, (in the form `{"namespace1":true/false, "namespace2":true/false}`),
31
-
# that enables or disables metric collection for specific AWS namespaces for this
32
-
# AWS account only.
30
+
# An object (in the form `{"namespace1":true/false, "namespace2":true/false}`) containing user-supplied overrides
31
+
# for AWS namespace metric collection. **Important**: This field only contains namespaces explicitly configured via API calls,
32
+
# not the comprehensive enabled/disabled status of all namespaces. If a namespace is absent from this field, it uses Datadog's
33
+
# internal defaults (most namespaces enabled by default, except `AWS/SQS`, `AWS/ElasticMapReduce`, and `AWS/Usage`).
34
+
# For a complete view of all namespace statuses, use the V2 AWS Integration API instead.
33
35
attr_accessor:account_specific_namespace_rules
34
36
35
37
# Whether Datadog collects cloud security posture management resources from your AWS account. This includes additional resources not covered under the general `resource_collection`.
0 commit comments