v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
AWS Logs Integration

Add AWS Log Lambda ARN

Attach the Lambda ARN of the Lambda created for the Datadog-AWS log collection to your AWS account ID to enable log collection.

post/api/v1/integration/aws/logs

Request body

account_idstring required

Your AWS Account ID without dashes.

lambda_arnstring required

ARN of the Datadog Lambda created during the Datadog-Amazon Web services Log collection setup.

Example request

{
  "account_id": "1234567",
  "lambda_arn": "arn:aws:lambda:us-east-1:1234567:function:LogsCollectionAPITest"
}

Response

OK

object required