Task

class Task : KotlinCustomResource

Resource schema for AWS::DataSync::Task.

Example Usage

Example

No Java example available.

Example

No Java example available.

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 ARN of an AWS storage resource's location.

Link copied to clipboard
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
Link copied to clipboard
val name: Output<String>?

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: Output<TaskOptions>?
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val schedule: Output<TaskSchedule>?
Link copied to clipboard

The ARN of the source location for the task.

Link copied to clipboard
Link copied to clipboard
val status: Output<TaskStatus>

The status of the task that was described.

Link copied to clipboard
val tags: Output<List<TaskTag>>?

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

Link copied to clipboard
val taskArn: Output<String>

The ARN of the task.

Link copied to clipboard
Link copied to clipboard
val urn: Output<String>