AssessmentReportsDestination

data class AssessmentReportsDestination(val destination: String? = null, val destinationType: AssessmentReportDestinationType? = null)

The destination in which evidence reports are stored for the specified assessment.

Constructors

Link copied to clipboard
constructor(destination: String? = null, destinationType: AssessmentReportDestinationType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destination: String? = null

The destination bucket where Audit Manager stores assessment reports.

Link copied to clipboard

The destination type, such as Amazon S3.