provider AWS Integration GET /api/v2/integration/aws/accounts
@utdk/datadog /api/v2/integration/aws/accounts
List all AWS integrations
Get a list of AWS Account Integration Configs.
aws_account_id query
Optional query parameter to filter accounts by AWS Account ID. If not provided, all accounts are returned.
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.

listawsaccounts
GET/api/v2/integration/aws/accounts
Get a list of AWS Account Integration Configs.

Optional query parameter to filter accounts by AWS Account ID. If not provided, all accounts are returned.

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.listawsaccounts()