provider AWS Integration PATCH /api/v2/integration/aws/accounts/{aws_account_config_id}
@utdk/datadog /api/v2/integration/aws/accounts/{aws_account_config_id}
Update an AWS integration
Update an AWS Account Integration Config by config ID.
aws_account_config_id path required
Unique Datadog ID of the AWS Account Integration Config. To get the config ID for an account, use the [List all AWS integrations](https://docs.datadoghq.com/api/latest/aws-integration/#list-all-aws-integrations) endpoint and query by AWS Account ID.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
updateawsaccount
PATCH/api/v2/integration/aws/accounts/{aws_account_config_id}
Update an AWS Account Integration Config by config ID.

Parameters

required

Unique Datadog ID of the AWS Account Integration Config. To get the config ID for an account, use the [List all AWS integrations](https://docs.datadoghq.com/api/latest/aws-integration/#list-all-aws-integrations) endpoint and query by AWS Account ID.

Input

required

AWS Account Update Request data.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.updateawsaccount()