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

PrivateIpAddressSpecification

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

Describes a secondary private IPv4 address for a network interface.

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

§Properties

§
Primary?: boolean | null
[src]

Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

§
PrivateIpAddress?: string | null
[src]

The private IPv4 addresses.