TaskReportConfig

data class TaskReportConfig(val destination: TaskReportConfigDestinationProperties, val objectVersionIds: TaskReportConfigObjectVersionIds? = null, val outputType: TaskReportConfigOutputType, val overrides: TaskReportConfigOverridesProperties? = null, val reportLevel: TaskReportConfigReportLevel? = null)

Specifies how you want to configure a task report, which provides detailed information about for your Datasync transfer.

Constructors

Link copied to clipboard
constructor(destination: TaskReportConfigDestinationProperties, objectVersionIds: TaskReportConfigObjectVersionIds? = null, outputType: TaskReportConfigOutputType, overrides: TaskReportConfigOverridesProperties? = null, reportLevel: TaskReportConfigReportLevel? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies where DataSync uploads your task report.

Link copied to clipboard

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.

Link copied to clipboard

Specifies the type of task report that you want.

Link copied to clipboard

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.

Link copied to clipboard

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.