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

FileSystemEndpoint

import type { FileSystemEndpoint } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

An Amazon FSx for NetApp ONTAP file system has two endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. They are the Management and Intercluster endpoints.

interface FileSystemEndpoint {
DNSName?: string | null;
IpAddresses?: string[] | null;
}

§Properties

§
DNSName?: string | null
[src]
§
IpAddresses?: string[] | null
[src]

IP addresses of the file system endpoint.