v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
AWS Logs Integration

Get list of AWS log ready services

Get a list of AWS services that can send logs to Datadog.

get/api/v2/integration/aws/logs/services

Response

AWS Logs Services List object

Example response

{
  "data": {
    "attributes": {
      "logs_services": [
        "s3"
      ]
    },
    "id": "logs_services",
    "type": "logs_services"
  }
}