v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBAWS Integration
Update an AWS integration
This endpoint is deprecated - use the V2 endpoints instead. Update a Datadog-Amazon Web Services integration.
put/api/v1/integration/aws
Query parameters
account_idstring
Only return AWS accounts that matches this account_id.
role_namestring
Only return AWS accounts that match this role_name. Required if account_id is specified.
access_key_idstring
Only return AWS accounts that matches this access_key_id. Required if none of the other two options are specified.
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
object required