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

ElasticIp

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

Describes an Elastic IP address.

interface ElasticIp {
Domain?: string | null;
InstanceId?: string | null;
Ip?: string | null;
Name?: string | null;
Region?: string | null;
}

§Properties

§
Domain?: string | null
[src]

The domain.

§
InstanceId?: string | null
[src]

The ID of the instance that the address is attached to.

§
Ip?: string | null
[src]

The IP address.

§
Name?: string | null
[src]

The name.

§
Region?: string | null
[src]

The AWS region. For more information, see Regions and Endpoints.