SecurityProfileV2ProfileAssessmentConfigArgs

data class SecurityProfileV2ProfileAssessmentConfigArgs(val assessment: Output<String>, val weight: Output<String>) : ConvertibleToJava<SecurityProfileV2ProfileAssessmentConfigArgs>

Constructors

constructor(assessment: Output<String>, weight: Output<String>)

Properties

Link copied to clipboard
val assessment: Output<String>

The identifier for this object. Format specified above.

Link copied to clipboard
val weight: Output<String>

The weight of the assessment. Possible values are: MINOR, MODERATE, MAJOR.

Functions

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