Class: DatadogAPIClient::V2::AWSLogsConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSLogsConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_logs_config.rb
Overview
AWS Logs Collection config.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#lambda_forwarder ⇒ Object
Log Autosubscription configuration for Datadog Forwarder Lambda functions.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aws_logs_config.rb', line 28 def additional_properties @additional_properties end |
#lambda_forwarder ⇒ Object
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.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/aws_logs_config.rb', line 26 def lambda_forwarder @lambda_forwarder end |