Sha256: 53482077078b2e1e175268fbf1f27bcd6c6ed9998299ff9a5ef6b8814503921d
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/AWSLogsServicesRequest.md |
datadog_api_client-1.5.0 | docs/v1/AWSLogsServicesRequest.md |