Assessment Args
data class AssessmentArgs(val assessmentReportsDestination: Output<AssessmentReportsDestinationArgs>? = null, val awsAccount: Output<AssessmentAwsAccountArgs>? = null, val delegations: Output<List<AssessmentDelegationArgs>>? = null, val description: Output<String>? = null, val frameworkId: Output<String>? = null, val name: Output<String>? = null, val roles: Output<List<AssessmentRoleArgs>>? = null, val scope: Output<AssessmentScopeArgs>? = null, val status: Output<AssessmentStatus>? = null, val tags: Output<List<AssessmentTagArgs>>? = null) : ConvertibleToJava<AssessmentArgs>
An entity that defines the scope of audit evidence collected by AWS Audit Manager.
Constructors
Link copied to clipboard
fun AssessmentArgs(assessmentReportsDestination: Output<AssessmentReportsDestinationArgs>? = null, awsAccount: Output<AssessmentAwsAccountArgs>? = null, delegations: Output<List<AssessmentDelegationArgs>>? = null, description: Output<String>? = null, frameworkId: Output<String>? = null, name: Output<String>? = null, roles: Output<List<AssessmentRoleArgs>>? = null, scope: Output<AssessmentScopeArgs>? = null, status: Output<AssessmentStatus>? = null, tags: Output<List<AssessmentTagArgs>>? = null)