ScanRunWarningTraceArgs

data class ScanRunWarningTraceArgs(val code: Output<ScanRunWarningTraceCode>? = null) : ConvertibleToJava<ScanRunWarningTraceArgs>

Output only. Defines a warning trace message for ScanRun. Warning traces provide customers with useful information that helps make the scanning process more effective.

Constructors

Link copied to clipboard
constructor(code: Output<ScanRunWarningTraceCode>? = null)

Properties

Link copied to clipboard
val code: Output<ScanRunWarningTraceCode>? = null

Indicates the warning code.

Functions

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