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
fun AssessmentRoleArgs(roleArn: Output<String>? = null, roleType: Output<AssessmentRoleType>? = null)

Functions

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

Properties

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