transferMode property

Input<String?>? transferMode
final

Determines whether DataSync transfers only the data and metadata that differ between the source and the destination location, or whether DataSync transfers all the content from the source, without comparing to the destination location. Valid values: CHANGED, ALL. Default: CHANGED

Implementation

final pulumi.Input<String?>? transferMode;