Sha256: 6bc0a59b16ebd00185e34eb3d51e84f3cc7fc2d3dd1d986354afa0c293c51b33
Contents?: true
Size: 841 Bytes
Versions: 2
Compression:
Stored size: 841 Bytes
Contents
# DatadogAPIClient::V1::AWSAccountAndLambdaRequest ## Properties | Name | Type | Description | Notes | | -------------- | ---------- | ---------------------------------------------------------------------------------------------- | ----- | | **account_id** | **String** | Your AWS Account ID without dashes. | | | **lambda_arn** | **String** | ARN of the Datadog Lambda created during the Datadog-Amazon Web services Log collection setup. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AWSAccountAndLambdaRequest.new( account_id: 1234567, lambda_arn: arn:aws:lambda:us-east-1:1234567:function:LogsCollectionAPITest ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/AWSAccountAndLambdaRequest.md |
datadog_api_client-1.5.0 | docs/v1/AWSAccountAndLambdaRequest.md |