Add AWS Log Lambda ARN

POST {{baseUrl}}/api/v1/integration/aws/logs

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

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{}