AWS::DataSync::Task Skipped
The reporting level for the skipped section of your DataSync task report.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ReportLevel" :
String
}
YAML
ReportLevel:
String
Properties
ReportLevel
-
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.
-
ERRORS_ONLY
: A report shows what DataSync was unable to skip. -
SUCCESSES_AND_ERRORS
: A report shows what DataSync was able and unable to skip.
Required: No
Type: String
Allowed values:
ERRORS_ONLY | SUCCESSES_AND_ERRORS
Update requires: No interruption
-