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 an AWS Account Integration Config by config ID.
176
176
#
177
-
# @param aws_account_config_id [String] Unique Datadog ID of the AWS Account Integration Config
177
+
# @param aws_account_config_id [String] Unique Datadog ID of the AWS Account Integration Config. To get the config ID for an account, use the [List all AWS integrations](https://docs.datadoghq.com/api/latest/aws-integration/#list-all-aws-integrations) endpoint and query by AWS Account ID.
178
178
# @param opts [Hash] the optional parameters
179
179
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
# Get an AWS Account Integration Config by config ID.
247
247
#
248
-
# @param aws_account_config_id [String] Unique Datadog ID of the AWS Account Integration Config
248
+
# @param aws_account_config_id [String] Unique Datadog ID of the AWS Account Integration Config. To get the config ID for an account, use the [List all AWS integrations](https://docs.datadoghq.com/api/latest/aws-integration/#list-all-aws-integrations) endpoint and query by AWS Account ID.
249
249
# @param opts [Hash] the optional parameters
250
250
# @return [Array<(AWSAccountResponse, Integer, Hash)>] AWSAccountResponse data, response status code and response headers
# Update an AWS Account Integration Config by config ID.
452
452
#
453
-
# @param aws_account_config_id [String] Unique Datadog ID of the AWS Account Integration Config
453
+
# @param aws_account_config_id [String] Unique Datadog ID of the AWS Account Integration Config. To get the config ID for an account, use the [List all AWS integrations](https://docs.datadoghq.com/api/latest/aws-integration/#list-all-aws-integrations) endpoint and query by AWS Account ID.
454
454
# @param body [AWSAccountUpdateRequest]
455
455
# @param opts [Hash] the optional parameters
456
456
# @return [Array<(AWSAccountResponse, Integer, Hash)>] AWSAccountResponse data, response status code and response headers
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/aws_account_response_data.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ class AWSAccountResponseData
24
24
# The AWS Account Integration Config
25
25
attr_accessor:attributes
26
26
27
-
# Unique Datadog ID of the AWS Account Integration Config
27
+
# Unique Datadog ID of the AWS Account Integration Config. To get the config ID for an account, use the [List all AWS integrations](https://docs.datadoghq.com/api/latest/aws-integration/#list-all-aws-integrations) endpoint and query by AWS Account ID.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/aws_account_update_request_data.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ class AWSAccountUpdateRequestData
24
24
# The AWS Account Integration Config to be updated
25
25
attr_reader:attributes
26
26
27
-
# Unique Datadog ID of the AWS Account Integration Config
27
+
# Unique Datadog ID of the AWS Account Integration Config. To get the config ID for an account, use the [List all AWS integrations](https://docs.datadoghq.com/api/latest/aws-integration/#list-all-aws-integrations) endpoint and query by AWS Account ID.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/aws_namespace_filters_exclude_only.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@
17
17
require'time'
18
18
19
19
moduleDatadogAPIClient::V2
20
-
# Exclude only these namespaces
20
+
# Exclude only these namespaces from metrics collection. `AWS/SQS` and `AWS/ElasticMapReduce` are excluded by default to reduce CloudWatch costs from `GetMetricData` API calls.
21
21
classAWSNamespaceFiltersExcludeOnly
22
22
includeBaseGenericModel
23
23
24
-
# Exclude only these namespaces
24
+
# Exclude only these namespaces from metrics collection. `AWS/SQS` and `AWS/ElasticMapReduce` are excluded by default to reduce CloudWatch costs from `GetMetricData` API calls.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/aws_resources_config.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ module DatadogAPIClient::V2
21
21
classAWSResourcesConfig
22
22
includeBaseGenericModel
23
23
24
-
# Whether Datadog collects cloud security posture management resources from your AWS account.
24
+
# Enable Cloud Security Management to scan AWS resources for vulnerabilities, misconfigurations, identity risks, and compliance violations. Requires `extended_collection` to be set to `true`.
# Whether Datadog collects additional attributes and configuration information about the resources in your AWS account. Required for `cspm_resource_collection`.
27
+
# Whether Datadog collects additional attributes and configuration information about the resources in your AWS account. Required for `cloud_security_posture_management_collection`.
0 commit comments