Sha256: 1f7decadb5ec0016aa2faa58b327b5f1438fe5bb77c0c1fc681970358e168405
Contents?: true
Size: 689 Bytes
Versions: 22
Compression:
Stored size: 689 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: "123456789012", 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: "datadog-role", }) opts = { account_id: "123456789012", role_name: "datadog-role", } p api_instance.update_aws_account(body, opts)
Version data entries
22 entries across 22 versions & 1 rubygems