AWS::DataSync::Task Overrides
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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Deleted" :
Deleted
, "Skipped" :Skipped
, "Transferred" :Transferred
, "Verified" :Verified
}
Properties
Deleted
-
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.
Required: No
Type: Deleted
Update requires: No interruption
Skipped
-
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to skip during your transfer.
Required: No
Type: Skipped
Update requires: No interruption
Transferred
-
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to transfer.
Required: No
Type: Transferred
Update requires: No interruption
Verified
-
Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify during your transfer.
Required: No
Type: Verified
Update requires: No interruption