Builder
Properties
The physical number of bytes transferred over the network after compression was applied. In most cases, this number is less than BytesTransferred
unless the data isn't compressible.
The total number of bytes that are involved in the transfer. For the number of bytes sent over the network, see BytesCompressed
.
The number of logical bytes written to the destination location.
The estimated physical number of bytes that will transfer over the network.
The expected number of files, objects, and directories that DataSync will 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 expected number of files, objects, and directories that DataSync will transfer over the network. This value is calculated during the task execution's PREPARING
phase before the TRANSFERRING
phase. The calculation is based on comparing the content of the source and destination locations and finding the difference that needs to be transferred.
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 deleted 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 skipped during your transfer.
The actual number of files, objects, and directories that DataSync transferred over the network. This value is updated periodically during the task execution's TRANSFERRING
phase when something is read from the source and sent over the network.
The number of files, objects, and directories that DataSync verified 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 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 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 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.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