DiagnosticsRefArgs

data class DiagnosticsRefArgs(val enabled: Output<Boolean>? = null, val sinkRefs: Output<List<String>>? = null) : ConvertibleToJava<DiagnosticsRefArgs>

Reference to sinks in DiagnosticsDescription.

Constructors

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

Properties

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

Status of whether or not sinks are enabled.

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

List of sinks to be used if enabled. References the list of sinks in DiagnosticsDescription.

Functions

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