v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBAWS Logs Integration
Get list of AWS log ready services
This endpoint is deprecated - use the V2 endpoint instead. Get the list of current AWS services that Datadog offers automatic log collection. Use returned service IDs with the services parameter for the Enable an AWS service log collection API endpoint.
get/api/v1/integration/aws/logs/services
Response
OK
Example response
[
{
"id": "s3",
"label": "S3 Access Logs"
},
{
"id": "elb",
"label": "Classic ELB Access Logs"
},
{
"id": "elbv2",
"label": "Application ELB Access Logs"
},
{
"id": "cloudfront",
"label": "CloudFront Access Logs"
},
{
"id": "redshift",
"label": "Redshift Logs"
},
{
"id": "lambda",
"label": "Lambda Cloudwatch Logs"
}
]