Class ObservabilityPipelineOcsfMappingCustomLookup

Lookup table configuration for mapping source values to destination values.

Hierarchy

  • ObservabilityPipelineOcsfMappingCustomLookup

Constructors

Properties

_default?: any

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

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

A list of lookup table entries for value transformation.

Generated using TypeDoc