AssessmentRoleArgs

data class AssessmentRoleArgs(val roleArn: Output<String>? = null, val roleType: Output<AssessmentRoleType>? = null) : ConvertibleToJava<AssessmentRoleArgs>

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

Constructors

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

Properties

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.

Functions

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