Sha256: 5ebf6f3512374cd82d8a8a9a8972281cc434aa5402f7676c3b53cd78411d340e

Contents?: true

Size: 626 Bytes

Versions: 4

Compression:

Stored size: 626 Bytes

Contents

# Create 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: true,
  excluded_regions: [
    "us-east-1",
    "us-west-2",
  ],
  filter_tags: [
    "$KEY:$VALUE",
  ],
  host_tags: [
    "$KEY:$VALUE",
  ],
  metrics_collection_enabled: false,
  resource_collection_enabled: true,
  role_name: "DatadogAWSIntegrationRole",
})
p api_instance.create_aws_account(body)

Version data entries

4 entries across 4 versions & 1 rubygems

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