Sha256: f996a9abe2b94f847da333c6f4412cbbcb42bc0f7ae5ed150c07ce73523d49b7
Contents?: true
Size: 575 Bytes
Versions: 7
Compression:
Stored size: 575 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
7 entries across 7 versions & 1 rubygems