# DatadogAPIClient::V1::AWSLogsServicesRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_id** | **String** | Your AWS Account ID without dashes. | | | **services** | **Array<String>** | Array of services IDs set to enable automatic log collection. Discover the list of available services with the get list of AWS log ready services API endpoint. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AWSLogsServicesRequest.new( account_id: 1234567, services: ["s3","elb","elbv2","cloudfront","redshift","lambda"] ) ```