AssessmentRole

data class AssessmentRole(val roleArn: String? = null, val roleType: AssessmentRoleType? = null)

The wrapper that contains AWS Audit Manager role information, such as the role type and IAM ARN.

Constructors

Link copied to clipboard
constructor(roleArn: String? = null, roleType: AssessmentRoleType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val roleArn: String? = null

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

Link copied to clipboard

The type of customer persona.