Amazon DataSync · Schema

Amazon DataSync Task

Schema representing an AWS DataSync task resource. A task defines the source location, destination location, and the options to use for transferring data.

AWSData TransferMigrationStorageAutomationHybrid Cloud

Properties

Name Type Description
TaskArn string The Amazon Resource Name (ARN) of the task.
Name string The name of the task.
Status string The status of the task.
SourceLocationArn string The ARN of the source location for the task.
DestinationLocationArn string The ARN of the destination location for the task.
CurrentTaskExecutionArn string The ARN of the most recent task execution.
Options object
Schedule object
ErrorCode string Errors that DataSync encountered during execution of the task.
ErrorDetail string Detailed description of an error that was encountered during the task execution.
CreationTime string The time that the task was created.
Tags array The tags associated with the task.
View JSON Schema on GitHub