AWS::DataSync::Task Verified - AWS CloudFormation

AWS::DataSync::Task Verified

The reporting level for the verified 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 verify.

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

Required: No

Type: String

Allowed values: ERRORS_ONLY | SUCCESSES_AND_ERRORS

Update requires: No interruption