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

StartTaskExecutionRequest

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

StartTaskExecutionRequest

interface StartTaskExecutionRequest {
Excludes?: FilterRule[] | null;
Includes?: FilterRule[] | null;
OverrideOptions?: Options | null;
Tags?: TagListEntry[] | null;
TaskArn: string;
}

§Properties

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

Specifies a list of filter rules that determines which files to exclude from a task. The list contains a single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".

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

Specifies a list of filter rules that determines which files to include when running a task. The pattern should contain a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".

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

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

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

§
TaskArn: string
[src]

Specifies the Amazon Resource Name (ARN) of the task that you want to start.