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

OnDeviceServiceConfiguration

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

An object that represents the metadata and configuration settings for services on an Amazon Web Services Snow Family device.

interface OnDeviceServiceConfiguration {
NFSOnDeviceService?: NFSOnDeviceServiceConfiguration | null;
TGWOnDeviceService?: TGWOnDeviceServiceConfiguration | null;
}

§Properties

§
NFSOnDeviceService?: NFSOnDeviceServiceConfiguration | null
[src]

Represents the NFS (Network File System) service on a Snow Family device.

§
TGWOnDeviceService?: TGWOnDeviceServiceConfiguration | null
[src]

Represents the Storage Gateway service Tape Gateway type on a Snow Family device.