AssessmentReportsDestinationArgs

data class AssessmentReportsDestinationArgs(val destination: Output<String>? = null, val destinationType: Output<AssessmentReportDestinationType>? = null) : ConvertibleToJava<AssessmentReportsDestinationArgs>

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

Constructors

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

Properties

Link copied to clipboard
val destination: Output<String>? = null

The destination bucket where Audit Manager stores assessment reports.

Link copied to clipboard

The destination type, such as Amazon S3.

Functions

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