AssessmentDelegationArgs

data class AssessmentDelegationArgs(val assessmentId: Output<String>? = null, val assessmentName: Output<String>? = null, val comment: Output<String>? = null, val controlSetId: Output<String>? = null, val createdBy: Output<String>? = null, val creationTime: Output<Double>? = null, val id: Output<String>? = null, val lastUpdated: Output<Double>? = null, val roleArn: Output<String>? = null, val roleType: Output<AssessmentRoleType>? = null, val status: Output<AssessmentDelegationStatus>? = null) : ConvertibleToJava<AssessmentDelegationArgs>

The assignment of a control set to a delegate for review.

Constructors

Link copied to clipboard
fun AssessmentDelegationArgs(assessmentId: Output<String>? = null, assessmentName: Output<String>? = null, comment: Output<String>? = null, controlSetId: Output<String>? = null, createdBy: Output<String>? = null, creationTime: Output<Double>? = null, id: Output<String>? = null, lastUpdated: Output<Double>? = null, roleArn: Output<String>? = null, roleType: Output<AssessmentRoleType>? = null, status: Output<AssessmentDelegationStatus>? = null)

Functions

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

Properties

Link copied to clipboard
val assessmentId: Output<String>? = null
Link copied to clipboard
val assessmentName: Output<String>? = null
Link copied to clipboard
val comment: Output<String>? = null
Link copied to clipboard
val controlSetId: Output<String>? = null
Link copied to clipboard
val createdBy: Output<String>? = null
Link copied to clipboard
val creationTime: Output<Double>? = null
Link copied to clipboard
val id: Output<String>? = null
Link copied to clipboard
val lastUpdated: Output<Double>? = null
Link copied to clipboard
val roleArn: Output<String>? = null
Link copied to clipboard
val roleType: Output<AssessmentRoleType>? = null
Link copied to clipboard
val status: Output<AssessmentDelegationStatus>? = null