DiagnosticArgs

data class DiagnosticArgs(val field: Output<String>? = null, val level: Output<DiagnosticLevel>? = null) : ConvertibleToJava<DiagnosticArgs>

Constructors

Link copied to clipboard
fun DiagnosticArgs(field: Output<String>? = null, level: Output<DiagnosticLevel>? = null)

Functions

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

Properties

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

JsonPath expression on the resource that if non empty, indicates that this field needs to be extracted as a diagnostic.

Link copied to clipboard
val level: Output<DiagnosticLevel>? = null

Level to record this diagnostic.