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

S3Resource

import type { S3Resource } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";

Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into. For export jobs, this object can have an optional KeyRange value. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

interface S3Resource {
BucketArn?: string | null;
KeyRange?: KeyRange | null;
TargetOnDeviceServices?: TargetOnDeviceService[] | null;
}

§Properties

§
BucketArn?: string | null
[src]

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

§
KeyRange?: KeyRange | null
[src]

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

§
TargetOnDeviceServices?: TargetOnDeviceService[] | null
[src]

Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System).