AssessmentRoleArgs

data class AssessmentRoleArgs(val roleArn: Output<String>, val roleType: Output<String>) : ConvertibleToJava<AssessmentRoleArgs>

Constructors

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

Properties

Link copied to clipboard
val roleArn: Output<String>

Amazon Resource Name (ARN) of the IAM role.

Link copied to clipboard
val roleType: Output<String>

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

Functions

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