Assessment Reports Destination Args
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)