Sha256: 8d59aa3ba94a87d07a751fdbb957526b417dbf7a39b1f456c14e941fc7261751

Contents?: true

Size: 691 Bytes

Versions: 7

Compression:

Stored size: 691 Bytes

Contents

# 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"]
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/AWSLogsServicesRequest.md
datadog_api_client-1.3.0 docs/v1/AWSLogsServicesRequest.md
datadog_api_client-1.2.0 docs/v1/AWSLogsServicesRequest.md
datadog_api_client-1.1.0 docs/v1/AWSLogsServicesRequest.md
datadog_api_client-1.0.0 docs/v1/AWSLogsServicesRequest.md
datadog_api_client-1.0.0.beta.3 docs/v1/AWSLogsServicesRequest.md
datadog_api_client-1.0.0.beta.2 docs/v1/AWSLogsServicesRequest.md