TaskTaskReportConfigReportOverrides

data class TaskTaskReportConfigReportOverrides(val deletedOverride: String? = null, val skippedOverride: String? = null, val transferredOverride: String? = null, val verifiedOverride: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deletedOverride: 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: 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

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

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.