reportLevel property

Input<String?>? reportLevel
final

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. Valid values: ERRORS_ONLY and SUCCESSES_AND_ERRORS.

Implementation

final pulumi.Input<String?>? reportLevel;