Class: DatadogAPIClient::V2::ObservabilityPipelineAmazonOpenSearchDestination
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineAmazonOpenSearchDestination
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb
Overview
The amazon_opensearch
destination writes logs to Amazon OpenSearch.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#auth ⇒ Object
readonly
Authentication settings for the Amazon OpenSearch destination.
-
#bulk_index ⇒ Object
The index to write logs to.
-
#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.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb', line 41 def additional_properties @additional_properties end |
#auth ⇒ Object
Authentication settings for the Amazon OpenSearch destination.
The strategy
field determines whether basic or AWS-based authentication is used.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb', line 27 def auth @auth end |
#bulk_index ⇒ Object
The index to write logs to.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb', line 30 def bulk_index @bulk_index end |
#id ⇒ Object
The unique identifier for this component.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb', line 33 def id @id end |
#inputs ⇒ Object
A list of component IDs whose output is used as the input
for this component.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb', line 36 def inputs @inputs end |
#type ⇒ Object
The destination type. The value should always be amazon_opensearch
.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb', line 39 def type @type end |