Class: DatadogAPIClient::V2::AWSLambdaForwarderConfig

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/aws_lambda_forwarder_config.rb

Overview

Log Autosubscription configuration for Datadog Forwarder Lambda functions. Automatically set up triggers for existing and new logs for some services, ensuring no logs from new resources are missed and saving time spent on manual configuration.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



32
33
34
# File 'lib/datadog_api_client/v2/models/aws_lambda_forwarder_config.rb', line 32

def additional_properties
  @additional_properties
end

#lambdasObject

List of Datadog Lambda Log Forwarder ARNs in your AWS account. Defaults to [].



26
27
28
# File 'lib/datadog_api_client/v2/models/aws_lambda_forwarder_config.rb', line 26

def lambdas
  @lambdas
end

#sourcesObject

List of service IDs set to enable automatic log collection. Discover the list of available services with the Get list of AWS log ready services endpoint.



30
31
32
# File 'lib/datadog_api_client/v2/models/aws_lambda_forwarder_config.rb', line 30

def sources
  @sources
end