Class: DatadogAPIClient::V2::ObservabilityPipelineDatadogLogsDestination
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineDatadogLogsDestination
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination.rb
Overview
The datadog_logs
destination forwards logs to Datadog Log Management.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
readonly
The unique identifier for this component.
-
#inputs ⇒ Object
readonly
A list of component IDs whose output is used as the
input
for this component. -
#type ⇒ Object
readonly
The destination type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination.rb', line 33 def additional_properties @additional_properties end |
#id ⇒ Object
The unique identifier for this component.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination.rb', line 25 def id @id end |
#inputs ⇒ Object
A list of component IDs whose output is used as the input
for this component.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination.rb', line 28 def inputs @inputs end |
#type ⇒ Object
The destination type. The value should always be datadog_logs
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination.rb', line 31 def type @type end |