GetTaskResult

data class GetTaskResult(val cloudWatchLogGroupArn: String? = null, val destinationNetworkInterfaceArns: List<String>? = null, val excludes: List<TaskFilterRule>? = null, val includes: List<TaskFilterRule>? = null, val manifestConfig: TaskManifestConfig? = null, val name: String? = null, val options: TaskOptions? = null, val schedule: TaskSchedule? = null, val sourceNetworkInterfaceArns: List<String>? = null, val status: TaskStatus? = null, val tags: List<Tag>? = null, val taskArn: String? = null, val taskReportConfig: TaskReportConfig? = null)

Constructors

Link copied to clipboard
constructor(cloudWatchLogGroupArn: String? = null, destinationNetworkInterfaceArns: List<String>? = null, excludes: List<TaskFilterRule>? = null, includes: List<TaskFilterRule>? = null, manifestConfig: TaskManifestConfig? = null, name: String? = null, options: TaskOptions? = null, schedule: TaskSchedule? = null, sourceNetworkInterfaceArns: List<String>? = null, status: TaskStatus? = null, tags: List<Tag>? = null, taskArn: String? = null, taskReportConfig: TaskReportConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the Amazon CloudWatch log group that is used to monitor and log events in the task.

Link copied to clipboard

The ARNs of the destination elastic network interfaces (ENIs) that were created for your subnet.

Link copied to clipboard

Specifies 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

Specifies 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? = null

The name of a task. This value is a text reference that is used to identify the task in the console.

Link copied to clipboard
val options: TaskOptions? = null

Specifies your task's settings, such as preserving file metadata, verifying data integrity, among other options.

Link copied to clipboard
val schedule: TaskSchedule? = null

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

Link copied to clipboard

The ARNs of the source ENIs that were created for your subnet.

Link copied to clipboard
val status: TaskStatus? = null

The status of the task that was described.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val taskArn: String? = null

The ARN of the task.

Link copied to clipboard

Specifies how you want to configure a task report, which provides detailed information about your DataSync transfer. For more information, see Monitoring your DataSync transfers with task reports . When using this parameter, your caller identity (the role that you're using DataSync with) must have the iam:PassRole permission. The AWSDataSyncFullAccess policy includes this permission.