AssessmentStatusArgs

data class AssessmentStatusArgs(val cause: Output<String>? = null, val code: Output<String>, val description: Output<String>? = null) : ConvertibleToJava<AssessmentStatusArgs>

Constructors

Link copied to clipboard
constructor(cause: Output<String>? = null, code: Output<String>, description: Output<String>? = null)

Properties

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

Specifies the cause of the assessment status.

Link copied to clipboard
val code: Output<String>

Specifies the programmatic code of the assessment status. Possible values are Healthy, Unhealthy and NotApplicable.

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

Specifies the human readable description of the assessment status.

Functions

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