AppSpecFunctionLogDestinationDatadog

data class AppSpecFunctionLogDestinationDatadog(val apiKey: String, val endpoint: String? = null)

Constructors

Link copied to clipboard
constructor(apiKey: String, endpoint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Datadog API key.

Link copied to clipboard
val endpoint: String? = null

Datadog HTTP log intake endpoint.