TaskTaskReportConfigArgs

data class TaskTaskReportConfigArgs(val outputType: Output<String>? = null, val reportLevel: Output<String>? = null, val reportOverrides: Output<TaskTaskReportConfigReportOverridesArgs>? = null, val s3Destination: Output<TaskTaskReportConfigS3DestinationArgs>, val s3ObjectVersioning: Output<String>? = null) : ConvertibleToJava<TaskTaskReportConfigArgs>

Constructors

Link copied to clipboard
constructor(outputType: Output<String>? = null, reportLevel: Output<String>? = null, reportOverrides: Output<TaskTaskReportConfigReportOverridesArgs>? = null, s3Destination: Output<TaskTaskReportConfigS3DestinationArgs>, s3ObjectVersioning: Output<String>? = null)

Properties

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

Specifies the type of task report you'd like. Valid values: SUMMARY_ONLY and STANDARD.

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

Specifies whether you want your task report to include only what went wrong with your transfer or a list of what succeeded and didn't. Valid values: ERRORS_ONLY and SUCCESSES_AND_ERRORS.

Link copied to clipboard

Configuration block containing the configuration of the reporting level for aspects of your task report. See report_overrides below.

Link copied to clipboard

Configuration block containing the configuration for the Amazon S3 bucket where DataSync uploads your task report. See s3_destination below.

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

Specifies whether your task report includes the new version of each object transferred into an S3 bucket. This only applies if you enable versioning on your bucket. Keep in mind that setting this to INCLUDE can increase the duration of your task execution. Valid values: INCLUDE and NONE.

Functions

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