Update an AWS integration
PUT {{baseUrl}}/api/v1/integration/aws?account_id=cupidatat Ut Duis&role_name=cupidatat Ut Duis&access_key_id=cupidatat Ut Duis
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"=>"eiusmod", "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"], "filter_tags"=>["$KEY:$VALUE"], "host_tags"=>["$KEY:$VALUE"], "metrics_collection_enabled"=>false, "resource_collection_enabled"=>true, "role_name"=>"DatadogAWSIntegrationRole", "secret_access_key"=>"amet et dolore deserunt pariatur"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}