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.3/services/datasync.ts?docs=full";

StartTaskExecutionRequest

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

§Properties

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

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]

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]
§
TaskArn: string
[src]

The Amazon Resource Name (ARN) of the task to start.