DiagnosticsDescriptionArgs

data class DiagnosticsDescriptionArgs(val defaultSinkRefs: Output<List<String>>? = null, val enabled: Output<Boolean>? = null, val sinks: Output<List<AzureInternalMonitoringPipelineSinkDescriptionArgs>>? = null) : ConvertibleToJava<DiagnosticsDescriptionArgs>

Describes the diagnostics options available

Constructors

Link copied to clipboard
constructor(defaultSinkRefs: Output<List<String>>? = null, enabled: Output<Boolean>? = null, sinks: Output<List<AzureInternalMonitoringPipelineSinkDescriptionArgs>>? = null)

Properties

Link copied to clipboard
val defaultSinkRefs: Output<List<String>>? = null

The sinks to be used if diagnostics is enabled. Sink choices can be overridden at the service and code package level.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Status of whether or not sinks are enabled.

Link copied to clipboard

List of supported sinks that can be referenced.

Functions

Link copied to clipboard
open override fun toJava(): DiagnosticsDescriptionArgs