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

NetworkInterface

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

Contains information about a network interface in an Amazon Redshift Serverless managed VPC endpoint.

interface NetworkInterface {
availabilityZone?: string | null;
networkInterfaceId?: string | null;
privateIpAddress?: string | null;
subnetId?: string | null;
}

§Properties

§
availabilityZone?: string | null
[src]

The availability Zone.

§
networkInterfaceId?: string | null
[src]

The unique identifier of the network interface.

§
privateIpAddress?: string | null
[src]

The IPv4 address of the network interface within the subnet.

§
subnetId?: string | null
[src]

The unique identifier of the subnet.