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

OnPremConfig

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

A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.

interface OnPremConfig {
AgentArns: string[];
}

§Properties

§
AgentArns: string[]
[src]

ARNs of the agents to use for an NFS location.