Update an AWS integration
PUT {{baseUrl}}/api/v1/integration/aws?account_id=exercitation consequat&role_name=exercitation consequat&access_key_id=exercitation consequat
Update a Datadog-Amazon Web Services integration.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
account_id | string | Only return AWS accounts that matches this account_id . | |
role_name | string | Only return AWS accounts that match this role_name . | |
Required if account_id is specified. | |||
access_key_id | string | Only return AWS accounts that matches this access_key_id . | |
Required if none of the other two options are specified. |
Request Body
{"access_key_id"=>"non cupidatat tempor", "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"], "metrics_collection_enabled"=>false, "role_name"=>"DatadogAWSIntegrationRole", "secret_access_key"=>"elit deserunt aliquip voluptate veniam"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}