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

EndpointNetworkConfiguration

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

Specifies network configuration information for the gateway associated with the Amazon FSx file system.

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

§Properties

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

A list of gateway IP addresses on which the associated Amazon FSx file system is available.

Note: If multiple file systems are associated with this gateway, this field is required.