Sha256: 555007081f38880827ad7b8bd97cbd73d1873addb99ca44fb974dce0e14bec84

Contents?: true

Size: 715 Bytes

Versions: 4

Compression:

Stored size: 715 Bytes

Contents

# Update an AWS integration returns "OK" response

require "datadog_api_client"
api_instance = DatadogAPIClient::V1::AWSIntegrationAPI.new

body = DatadogAPIClient::V1::AWSAccount.new({
  account_id: "163662907100",
  account_specific_namespace_rules: {
    auto_scaling: false,
  },
  cspm_resource_collection_enabled: false,
  excluded_regions: [
    "us-east-1",
    "us-west-2",
  ],
  filter_tags: [
    "$KEY:$VALUE",
  ],
  host_tags: [
    "$KEY:$VALUE",
  ],
  metrics_collection_enabled: true,
  resource_collection_enabled: true,
  role_name: "DatadogAWSIntegrationRole",
})
opts = {
  account_id: "163662907100",
  role_name: "DatadogAWSIntegrationRole",
}
p api_instance.update_aws_account(body, opts)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datadog_api_client-2.21.0 examples/v1/aws-integration/UpdateAWSAccount.rb
datadog_api_client-2.20.0 examples/v1/aws-integration/UpdateAWSAccount.rb
datadog_api_client-2.19.0 examples/v1/aws-integration/UpdateAWSAccount.rb
datadog_api_client-2.18.0 examples/v1/aws-integration/UpdateAWSAccount.rb