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
constructor(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)

Properties

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

The identifier for the assessment that's associated with the delegation.

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

The name of the assessment that's associated with the delegation.

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

The comment that's related to the delegation.

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

The identifier for the control set that's associated with the delegation.

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

The user or role that created the delegation. Minimum : 1 Maximum : 100 Pattern : ^[a-zA-Z0-9-_()\\[\\]\\s]+$

Link copied to clipboard
val creationTime: Output<Double>? = null

Specifies when the delegation was created.

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

The unique identifier for the delegation.

Link copied to clipboard
val lastUpdated: Output<Double>? = null

Specifies when the delegation was last updated.

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

The Amazon Resource Name (ARN) of the IAM role.

Link copied to clipboard
val roleType: Output<AssessmentRoleType>? = null

The type of customer persona.

Link copied to clipboard
val status: Output<AssessmentDelegationStatus>? = null

The status of the delegation.

Functions

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