Class ObservabilityPipelineDatadogLogsDestinationRoute

Defines how the datadog_logs destination routes matching logs to a Datadog site using a specific API key.

Hierarchy

  • ObservabilityPipelineDatadogLogsDestinationRoute

Constructors

Properties

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
apiKeyKey?: string

Name of the environment variable or secret that stores the Datadog API key used by this route.

include?: string

A Datadog search query that determines which logs are forwarded using this route.

routeId?: string

Unique identifier for this route within the destination.

site?: string

Datadog site where matching logs are sent (for example, us1).

Generated using TypeDoc