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 inputfor 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.
| 40 41 42 | # File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb', line 40 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.
| 26 27 28 | # File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb', line 26 def auth @auth end | 
#bulk_index ⇒ Object
The index to write logs to.
| 29 30 31 | # File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb', line 29 def bulk_index @bulk_index end | 
#id ⇒ Object
The unique identifier for this component.
| 32 33 34 | # File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb', line 32 def id @id end | 
#inputs ⇒ Object
A list of component IDs whose output is used as the input for this component.
| 35 36 37 | # File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb', line 35 def inputs @inputs end | 
#type ⇒ Object
The destination type. The value should always be amazon_opensearch.
| 38 39 40 | # File 'lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb', line 38 def type @type end |