Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeTaskResponse

import type { DescribeTaskResponse } from "https://aws-api.deno.dev/v0.4/services/datasync.ts?docs=full";

DescribeTaskResponse

interface DescribeTaskResponse {
CloudWatchLogGroupArn?: string | null;
CreationTime?: Date | number | null;
CurrentTaskExecutionArn?: string | null;
DestinationLocationArn?: string | null;
DestinationNetworkInterfaceArns?: string[] | null;
ErrorCode?: string | null;
ErrorDetail?: string | null;
Excludes?: FilterRule[] | null;
Includes?: FilterRule[] | null;
Name?: string | null;
Options?: Options | null;
Schedule?: TaskSchedule | null;
SourceLocationArn?: string | null;
SourceNetworkInterfaceArns?: string[] | null;
Status?: TaskStatus | null;
TaskArn?: string | null;
}

§Properties

§
CloudWatchLogGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that was used to monitor and log events in the task.

For more information on these groups, see Working with Log Groups and Log Streams in the Amazon CloudWatch User Guide.

§
CreationTime?: Date | number | null
[src]

The time that the task was created.

§
CurrentTaskExecutionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the task execution that is transferring files.

§
DestinationLocationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon Web Services storage resource's location.

§
DestinationNetworkInterfaceArns?: string[] | null
[src]

The Amazon Resource Names (ARNs) of the network interfaces created for your destination location. For more information, see Network interface requirements.

§
ErrorCode?: string | null
[src]

Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.

§
ErrorDetail?: string | null
[src]

Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.

§
Excludes?: FilterRule[] | null
[src]

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

§
Includes?: FilterRule[] | null
[src]

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

§
Name?: string | null
[src]

The name of the task that was described.

§
Options?: Options | null
[src]

The configuration options that control the behavior of the StartTaskExecution operation. Some options include preserving file or object metadata and verifying data integrity.

You can override these options for each task execution. For more information, see StartTaskExecution.

§
Schedule?: TaskSchedule | null
[src]

The schedule used to periodically transfer files from a source to a destination location.

§
SourceLocationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the source file system's location.

§
SourceNetworkInterfaceArns?: string[] | null
[src]

The Amazon Resource Names (ARNs) of the network interfaces created for your source location. For more information, see Network interface requirements.

§
Status?: TaskStatus | null
[src]

The status of the task that was described.

For detailed information about task execution statuses, see Understanding Task Statuses in the DataSync User Guide.

§
TaskArn?: string | null
[src]

The Amazon Resource Name (ARN) of the task that was described.