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

ScheduledInstancesPrivateIpAddressConfig

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

Describes a private IPv4 address for a Scheduled Instance.

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

§Properties

§
Primary?: boolean | null
[src]

Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.

§
PrivateIpAddress?: string | null
[src]

The IPv4 address.