Class: DatadogAPIClient::V2::ObservabilityPipelineOcsfMappingCustomLookup

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup.rb

Overview

Lookup table configuration for mapping source values to destination values.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup.rb', line 30

def additional_properties
  @additional_properties
end

#defaultObject

The default value to use if no lookup match is found.



25
26
27
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup.rb', line 25

def default
  @default
end

#tableObject

A list of lookup table entries for value transformation.



28
29
30
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup.rb', line 28

def table
  @table
end