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

CreateTaskRequest

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

CreateTaskRequest

interface CreateTaskRequest {
CloudWatchLogGroupArn?: string | null;
DestinationLocationArn: string;
Excludes?: FilterRule[] | null;
Includes?: FilterRule[] | null;
Name?: string | null;
Options?: Options | null;
Schedule?: TaskSchedule | null;
SourceLocationArn: string;
Tags?: TagListEntry[] | null;
}

§Properties

§
CloudWatchLogGroupArn?: string | null
[src]

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

§
DestinationLocationArn: string
[src]

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

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

Specifies 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]

Specifies 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 a task. This value is a text reference that is used to identify the task in the console.

§
Options?: Options | null
[src]

Specifies the configuration options for a task. Some options include preserving file or object metadata and verifying data integrity.

You can also override these options before starting an individual run of a task (also known as a task execution). For more information, see StartTaskExecution.

§
Schedule?: TaskSchedule | null
[src]

Specifies a schedule used to periodically transfer files from a source to a destination location. The schedule should be specified in UTC time. For more information, see Scheduling your task.

§
SourceLocationArn: string
[src]

The Amazon Resource Name (ARN) of the source location for the task.

§
Tags?: TagListEntry[] | null
[src]

Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task.

Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.