provider AWS Integration PATCH /api/v2/integration/aws/accounts/{aws_account_config_id}/ccm_config
@utdk/datadog /api/v2/integration/aws/accounts/{aws_account_config_id}/ccm_config
Update AWS CCM config
Update the Cloud Cost Management config for an AWS Account Integration Config using Cost and Usage Report (CUR) 2.0 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.

updateawsaccountccmconfig
PATCH/api/v2/integration/aws/accounts/{aws_account_config_id}/ccm_config
Update the Cloud Cost Management config for an AWS Account Integration Config using Cost and Usage Report (CUR) 2.0 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 CCM Config Create/Update Request data.

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