v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBAWS Integration
Create an AWS integration
This endpoint is deprecated - use the V2 endpoints instead. Create a Datadog-Amazon Web Services integration. Using the POST method updates your integration configuration by adding your new configuration to the existing one in your Datadog organization. A unique AWS Account ID for role based authentication.
post/api/v1/integration/aws
Request body
Example request
{
"account_id": "123456789012",
"account_specific_namespace_rules": {
"auto_scaling": false,
"opswork": false
},
"cspm_resource_collection_enabled": true,
"excluded_regions": [
"us-east-1",
"us-west-2"
],
"extended_resource_collection_enabled": true,
"filter_tags": [
"$KEY:$VALUE"
],
"host_tags": [
"$KEY:$VALUE"
],
"resource_collection_enabled": true,
"role_name": "DatadogAWSIntegrationRole"
}Response
OK