AWS::DataSync::Task Transferred - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::DataSync::Task Transferred

The reporting level for the transferred section of your DataSync task report.

Syntax

To declare this entity in your Amazon 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 transfer.

  • SUCCESSES_AND_ERRORS: A report shows what DataSync was able and unable to transfer.

Required: No

Type: String

Allowed values: ERRORS_ONLY | SUCCESSES_AND_ERRORS

Update requires: No interruption