TaskTaskReportConfigReportOverridesArgs

data class TaskTaskReportConfigReportOverridesArgs(val deletedOverride: Output<String>? = null, val skippedOverride: Output<String>? = null, val transferredOverride: Output<String>? = null, val verifiedOverride: Output<String>? = null) : ConvertibleToJava<TaskTaskReportConfigReportOverridesArgs>

Constructors

Link copied to clipboard
constructor(deletedOverride: Output<String>? = null, skippedOverride: Output<String>? = null, transferredOverride: Output<String>? = null, verifiedOverride: Output<String>? = null)

Properties

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

Specifies the level of reporting for the files, objects, and directories that DataSync attempted to delete in your destination location. This only applies if you configure your task to delete data in the destination that isn't in the source. Valid values: ERRORS_ONLY and SUCCESSES_AND_ERRORS.

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

Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer. Valid values: ERRORS_ONLY and SUCCESSES_AND_ERRORS.

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

Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer. Valid values: ERRORS_ONLY and SUCCESSES_AND_ERRORS.

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

Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer. Valid values: ERRORS_ONLY and SUCCESSES_AND_ERRORS.

Functions

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