DescribeTaskResponse

DescribeTaskResponse

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of an Amazon CloudWatch log group for monitoring your task.

Link copied to clipboard

The time that the task was created.

Link copied to clipboard

The ARN of the most recent task execution.

Link copied to clipboard

The ARN of your transfer's destination location.

Link copied to clipboard

The ARNs of the network interfaces that DataSync created for your destination location.

Link copied to clipboard

If there's an issue with your task, you can use the error code to help you troubleshoot the problem. For more information, see Troubleshooting issues with DataSync transfers.

Link copied to clipboard

If there's an issue with your task, you can use the error details to help you troubleshoot the problem. For more information, see Troubleshooting issues with DataSync transfers.

Link copied to clipboard

The exclude filters that define the files, objects, and folders in your source location that you don't want DataSync to transfer. For more information and examples, see Specifying what DataSync transfers by using filters.

Link copied to clipboard

The include filters that define the files, objects, and folders in your source location that you want DataSync to transfer. For more information and examples, see Specifying what DataSync transfers by using filters.

Link copied to clipboard

The configuration of the manifest that lists the files or objects that you want DataSync to transfer. For more information, see Specifying what DataSync transfers by using a manifest.

Link copied to clipboard
val name: String?

The name of your task.

Link copied to clipboard

The task's settings. For example, what file metadata gets preserved, how data integrity gets verified at the end of your transfer, bandwidth limits, among other options.

Link copied to clipboard

The schedule for when you want your task to run. For more information, see Scheduling your task.

Link copied to clipboard
Link copied to clipboard

The ARN of your transfer's source location.

Link copied to clipboard

The ARNs of the network interfaces that DataSync created for your source location.

Link copied to clipboard

The status of your task. For information about what each status means, see Task statuses.

Link copied to clipboard

The ARN of your task.

Link copied to clipboard

The task mode that you're using. For more information, see Choosing a task mode for your data transfer.

Link copied to clipboard

The configuration of your task report, which provides detailed information about your DataSync transfer. For more information, see Monitoring your DataSync transfers with task reports.

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