Class: DatadogAPIClient::V2::ObservabilityPipelineDatadogLogsDestinationRoute
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineDatadogLogsDestinationRoute
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination_route.rb
Overview
Defines how the datadog_logs destination routes matching logs to a Datadog site using a specific API key.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#api_key_key ⇒ Object
Name of the environment variable or secret that stores the Datadog API key used by this route.
-
#include ⇒ Object
A Datadog search query that determines which logs are forwarded using this route.
-
#route_id ⇒ Object
Unique identifier for this route within the destination.
-
#site ⇒ Object
Datadog site where matching logs are sent (for example,
us1).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination_route.rb', line 36 def additional_properties @additional_properties end |
#api_key_key ⇒ Object
Name of the environment variable or secret that stores the Datadog API key used by this route.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination_route.rb', line 25 def api_key_key @api_key_key end |
#include ⇒ Object
A Datadog search query that determines which logs are forwarded using this route.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination_route.rb', line 28 def include @include end |
#route_id ⇒ Object
Unique identifier for this route within the destination.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination_route.rb', line 31 def route_id @route_id end |
#site ⇒ Object
Datadog site where matching logs are sent (for example, us1).
34 35 36 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_datadog_logs_destination_route.rb', line 34 def site @site end |