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

CreateDataRepositoryTaskRequest

import type { CreateDataRepositoryTaskRequest } from "https://aws-api.deno.dev/v0.3/services/fsx.ts?docs=full";
interface CreateDataRepositoryTaskRequest {
ClientRequestToken?: string | null;
FileSystemId: string;
Paths?: string[] | null;
Tags?: Tag[] | null;
}

§Properties

§
ClientRequestToken?: string | null
[src]
§
FileSystemId: string
[src]
§
Paths?: string[] | null
[src]

(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed. The default path is the file system root directory. The paths you provide need to be relative to the mount point of the file system. If the mount point is /mnt/fsx and /mnt/fsx/path1 is a directory or file on the file system you want to export, then the path to provide is path1. If a path that you provide isn't valid, the task fails.

§

Defines whether or not Amazon FSx provides a CompletionReport once the task has completed. A CompletionReport provides a detailed report on the files that Amazon FSx processed that meet the criteria specified by the Scope parameter. For more information, see Working with Task Completion Reports.

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

Specifies the type of data repository task to create.