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

NetworkAccessConfiguration

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

Describes the network details of the fleet or image builder instance.

interface NetworkAccessConfiguration {
EniId?: string | null;
EniPrivateIpAddress?: string | null;
}

§Properties

§
EniId?: string | null
[src]

The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.

§
EniPrivateIpAddress?: string | null
[src]

The private IP address of the elastic network interface that is attached to instances in your VPC.