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"
  }
}

Changes