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

InstancePrivateIpAddress

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

Describes a private IPv4 address.

interface InstancePrivateIpAddress {
Primary?: boolean | null;
PrivateDnsName?: string | null;
PrivateIpAddress?: string | null;
}

§Properties

§

The association information for an Elastic IP address for the network interface.

§
Primary?: boolean | null
[src]

Indicates whether this IPv4 address is the primary private IP address of the network interface.

§
PrivateDnsName?: string | null
[src]

The private IPv4 DNS name.

§
PrivateIpAddress?: string | null
[src]

The private IPv4 address of the network interface.