Builder
Properties
The number of physical bytes that DataSync transfers over the network after compression (if compression is possible). This number is typically less than BytesTransferred unless the data isn't compressible.
The number of bytes that DataSync sends to the network before compression (if compression is possible). For the number of bytes transferred over the network, see BytesCompressed.
The number of logical bytes that DataSync actually writes to the destination location.
The number of logical bytes that DataSync expects to write to the destination location.
The number of files, objects, and directories that DataSync expects to delete in your destination location. If you don't configure your task to delete data in the destination that isn't in the source, the value is always 0
.
The number of files, objects, and directories that DataSync expects to transfer over the network. This value is calculated while DataSync prepares the transfer.
A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
The number of files, objects, and directories that DataSync actually deletes in your destination location. If you don't configure your task to delete data in the destination that isn't in the source, the value is always 0
.
The number of objects that DataSync fails to prepare, transfer, verify, and delete during your task execution.
The number of objects that DataSync finds at your locations.
The number of objects that DataSync will attempt to transfer after comparing your source and destination locations.
The number of files, objects, and directories that DataSync skips during your transfer.
The number of files, objects, and directories that DataSync actually transfers over the network. This value is updated periodically during your task execution when something is read from the source and sent over the network.
The number of files, objects, and directories that DataSync verifies during your transfer.
A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
The time that the task execution actually begins. For non-queued tasks, LaunchTime
and StartTime
are typically the same. For queued tasks, LaunchTime
is typically later than StartTime
because previously queued tasks must finish running before newer tasks can begin.
The configuration of the manifest that lists the files or objects to transfer. For more information, see Specifying what DataSync transfers by using a manifest.
Indicates whether DataSync generated a complete task report for your transfer.
The result of the task execution.
The time that DataSync sends the request to start the task execution. For non-queued tasks, LaunchTime
and StartTime
are typically the same. For queued tasks, LaunchTime
is typically later than StartTime
because previously queued tasks must finish running before newer tasks can begin.
The status of the task execution.
The ARN of the task execution that you wanted information about. TaskExecutionArn
is hierarchical and includes TaskArn
for the task that was executed.
The task mode that you're using. For more information, see Choosing a task mode for your data transfer.
The configuration of your task report, which provides detailed information about for your DataSync transfer. For more information, see Creating a task report.
Functions
construct an aws.sdk.kotlin.services.datasync.model.TaskExecutionFilesFailedDetail inside the given block
construct an aws.sdk.kotlin.services.datasync.model.TaskExecutionFilesListedDetail inside the given block
construct an aws.sdk.kotlin.services.datasync.model.ManifestConfig inside the given block
construct an aws.sdk.kotlin.services.datasync.model.Options inside the given block
construct an aws.sdk.kotlin.services.datasync.model.ReportResult inside the given block
construct an aws.sdk.kotlin.services.datasync.model.TaskExecutionResultDetail inside the given block
construct an aws.sdk.kotlin.services.datasync.model.TaskReportConfig inside the given block