taskMode property

Output<String> taskMode
latefinal

One of the following task modes for your data transfer:

  • BASIC (default) - Transfer files or objects between Amazon Web Services storage and on-premises, edge, or other cloud storage.
  • ENHANCED - Transfer virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. Currently available for transfers between Amazon S3 locations.

Implementation

late final pulumi.Output<String> taskMode;