Class: DatadogAPIClient::V2::AWSLambdaForwarderConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSLambdaForwarderConfig
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#lambdas ⇒ Object
List of Datadog Lambda Log Forwarder ARNs in your AWS account.
-
#sources ⇒ Object
List of service IDs set to enable automatic log collection.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#lambdas ⇒ Object
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 |
#sources ⇒ Object
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 |