provider AWS Integration GET /api/v2/integration/aws/accounts/{aws_account_config_id}
@utdk/datadog /api/v2/integration/aws/accounts/{aws_account_config_id}
Get an AWS integration by config ID
Get 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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getawsaccount
GET/api/v2/integration/aws/accounts/{aws_account_config_id}
Get 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.

Enter a gateway URL above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

await datadog.getawsaccount()