AWS::DataSync::Task Deleted - AWS CloudFormation

AWS::DataSync::Task Deleted

The reporting level for the deleted 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 delete.

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

Required: No

Type: String

Allowed values: ERRORS_ONLY | SUCCESSES_AND_ERRORS

Update requires: No interruption