AssessmentAssessmentReportsDestinationArgs

data class AssessmentAssessmentReportsDestinationArgs(val destination: Output<String>, val destinationType: Output<String>) : ConvertibleToJava<AssessmentAssessmentReportsDestinationArgs>

Constructors

constructor(destination: Output<String>, destinationType: Output<String>)

Properties

Link copied to clipboard
val destination: Output<String>

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

Link copied to clipboard
val destinationType: Output<String>

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

Functions

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