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_create_request_attributes.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ module DatadogAPIClient::V2
21
21
classAWSAccountCreateRequestAttributes
22
22
includeBaseGenericModel
23
23
24
-
# Tags to apply to all metrics in the account
24
+
# Tags to apply to all metrics in the account. Defaults to `[]`.
25
25
attr_accessor:account_tags
26
26
27
27
# AWS Authentication config
@@ -30,10 +30,10 @@ class AWSAccountCreateRequestAttributes
30
30
# AWS Account ID
31
31
attr_reader:aws_account_id
32
32
33
-
# AWS Account partition
33
+
# AWS partition your AWS account is scoped to. Defaults to `aws`. See [Partitions](https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html) in the AWS documentation for more information.
34
34
attr_reader:aws_partition
35
35
36
-
# AWS Regions to collect data from
36
+
# AWS Regions to collect data from. Defaults to `include_all`.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/aws_account_partition.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
require'time'
18
18
19
19
moduleDatadogAPIClient::V2
20
-
# AWS Account partition
20
+
# AWS partition your AWS account is scoped to. Defaults to `aws`. See [Partitions](https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html) in the AWS documentation for more information.
Copy file name to clipboardExpand all lines: lib/datadog_api_client/v2/models/aws_account_response_attributes.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ module DatadogAPIClient::V2
21
21
classAWSAccountResponseAttributes
22
22
includeBaseGenericModel
23
23
24
-
# Tags to apply to all metrics in the account
24
+
# Tags to apply to all metrics in the account. Defaults to `[]`.
25
25
attr_accessor:account_tags
26
26
27
27
# AWS Authentication config
@@ -30,10 +30,10 @@ class AWSAccountResponseAttributes
30
30
# AWS Account ID
31
31
attr_reader:aws_account_id
32
32
33
-
# AWS Account partition
33
+
# AWS partition your AWS account is scoped to. Defaults to `aws`. See [Partitions](https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html) in the AWS documentation for more information.
34
34
attr_accessor:aws_partition
35
35
36
-
# AWS Regions to collect data from
36
+
# AWS Regions to collect data from. Defaults to `include_all`.
37
37
attr_accessor:aws_regions
38
38
39
39
# Timestamp of when the account integration was created
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.
0 commit comments