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

UpdateTaskRequest

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

UpdateTaskResponse

interface UpdateTaskRequest {
CloudWatchLogGroupArn?: string | null;
Excludes?: FilterRule[] | null;
Includes?: FilterRule[] | null;
Name?: string | null;
Options?: Options | null;
Schedule?: TaskSchedule | null;
TaskArn: string;
}

§Properties

§
CloudWatchLogGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource name of the Amazon CloudWatch log group.

§
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 the task to update.

§
Options?: Options | null
[src]
§
Schedule?: TaskSchedule | null
[src]

Specifies a schedule used to periodically transfer files from a source to a destination location. You can configure your task to execute hourly, daily, weekly or on specific days of the week. You control when in the day or hour you want the task to execute. The time you specify is UTC time. For more information, see Scheduling your task.

§
TaskArn: string
[src]

The Amazon Resource Name (ARN) of the resource name of the task to update.