AssessmentRole

data class AssessmentRole(val roleArn: String, val roleType: String)

Constructors

Link copied to clipboard
constructor(roleArn: String, roleType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Amazon Resource Name (ARN) of the IAM role.

Link copied to clipboard

Type of customer persona. For assessment creation, type must always be PROCESS_OWNER.