DescribeTaskExecutionResponse

DescribeTaskExecutionResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The total number of bytes that are involved in the transfer. For the number of bytes sent over the network, see BytesCompressed.

Link copied to clipboard

The number of logical bytes written to the destination location.

Link copied to clipboard

The estimated physical number of bytes that will transfer over the network.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.

Link copied to clipboard

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.

Link copied to clipboard

The number of files, objects, and directories that DataSync skipped during your transfer.

Link copied to clipboard

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.

Link copied to clipboard

The number of files, objects, and directories that DataSync verified during your transfer.

Link copied to clipboard

A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.

Link copied to clipboard

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.

Link copied to clipboard

Indicates how your transfer task is configured. These options include how DataSync handles files, objects, and their associated metadata during your transfer. You also can specify how to verify data integrity, set bandwidth limits for your task, among other options.

Link copied to clipboard

Indicates whether DataSync generated a complete task report for your transfer.

Link copied to clipboard

The result of the task execution.

Link copied to clipboard

The time when the task execution started.

Link copied to clipboard

The status of the task execution.

Link copied to clipboard

The ARN of the task execution that you wanted information about. TaskExecutionArn is hierarchical and includes TaskArn for the task that was executed.

Link copied to clipboard

The configuration of your task report, which provides detailed information about for your DataSync transfer. For more information, see Creating a task report.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String