TaskReportConfigOverridesPropertiesArgs

data class TaskReportConfigOverridesPropertiesArgs(val deleted: Output<TaskReportConfigOverridesPropertiesDeletedPropertiesArgs>? = null, val skipped: Output<TaskReportConfigOverridesPropertiesSkippedPropertiesArgs>? = null, val transferred: Output<TaskReportConfigOverridesPropertiesTransferredPropertiesArgs>? = null, val verified: Output<TaskReportConfigOverridesPropertiesVerifiedPropertiesArgs>? = null) : ConvertibleToJava<TaskReportConfigOverridesPropertiesArgs>

Customizes the reporting level for aspects of your task report. For example, your report might generally only include errors, but you could specify that you want a list of successes and errors just for the files that Datasync attempted to delete in your destination location.

Properties

Link copied to clipboard

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.

Link copied to clipboard

Specifies the level of reporting for the files, objects, and directories that Datasync attempted to skip during your transfer.

Link copied to clipboard

Specifies the level of reporting for the files, objects, and directories that Datasync attempted to transfer.

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. This only applies if you configure your task to verify data during and after the transfer (which Datasync does by default)

Functions

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