Task Task Report Config Args
Constructors
Properties
Specifies the type of task report you'd like. Valid values: SUMMARY_ONLY
and STANDARD
.
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
.
Configuration block containing the configuration of the reporting level for aspects of your task report. See report_overrides
below.
Configuration block containing the configuration for the Amazon S3 bucket where DataSync uploads your task report. See s3_destination
below.
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
.