Class: DatadogAPIClient::V2::ObservabilityPipelineOcsfMappingCustomLookupTableEntry

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

Overview

A single entry in a lookup table for value transformation.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb', line 42

def additional_properties
  @additional_properties
end

#containsObject

The substring to match in the source value.



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

def contains
  @contains
end

#equalsObject

The exact value to match in the source.



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

def equals
  @equals
end

#equals_sourceObject

The source field to match against.



31
32
33
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb', line 31

def equals_source
  @equals_source
end

#matchesObject

A regex pattern to match in the source value.



34
35
36
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb', line 34

def matches
  @matches
end

#not_matchesObject

A regex pattern that must not match the source value.



37
38
39
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb', line 37

def not_matches
  @not_matches
end

#valueObject

The value to use when a match is found.



40
41
42
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb', line 40

def value
  @value
end