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
fun AssessmentReportsDestinationArgs(destination: Output<String>? = null, destinationType: Output<AssessmentReportDestinationType>? = null)

Functions

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

Properties

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