Sha256: c8277ed1e23340f6e26886768f766b0737de996f71633530a8156988134b81d7
Contents?: true
Size: 637 Bytes
Versions: 22
Compression:
Stored size: 637 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: "1234567", account_specific_namespace_rules: { auto_scaling: false, opswork: 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
22 entries across 22 versions & 1 rubygems