Sha256: 7f5a8701e5c66da82f52ba30386f6d2e957ebe0cc827bf572eb640e57c3a3fc6
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 KB
Contents
# DatadogAPIClient::V1::AWSLogsListResponse ## Properties | Name | Type | Description | Notes | | -------------- | -------------------------------------------------- | ------------------------------------------------ | ---------- | | **account_id** | **String** | Your AWS Account ID without dashes. | [optional] | | **lambdas** | [**Array<AWSLogsLambda>**](AWSLogsLambda.md) | List of ARNs configured in your Datadog account. | [optional] | | **services** | **Array<String>** | Array of services IDs. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AWSLogsListResponse.new( account_id: 1234567, lambdas: [{"arn":"arn:aws:lambda:us-east-1:1234567:function:LogsCollectionAPITest"}], 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/AWSLogsListResponse.md |
datadog_api_client-1.5.0 | docs/v1/AWSLogsListResponse.md |