AssessmentAssessmentReportsDestination

data class AssessmentAssessmentReportsDestination(val destination: String, val destinationType: String)

Constructors

Link copied to clipboard
constructor(destination: String, destinationType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Destination of the assessment report. This value be in the form s3://{bucket_name}.

Link copied to clipboard

Destination type. Currently, S3 is the only valid value.