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

InstanceNetworkInterfaceAssociation

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

Describes association information for an Elastic IP address (IPv4).

interface InstanceNetworkInterfaceAssociation {
CarrierIp?: string | null;
CustomerOwnedIp?: string | null;
IpOwnerId?: string | null;
PublicDnsName?: string | null;
PublicIp?: string | null;
}

§Properties

§
CarrierIp?: string | null
[src]

The carrier IP address associated with the network interface.

§
CustomerOwnedIp?: string | null
[src]

The customer-owned IP address associated with the network interface.

§
IpOwnerId?: string | null
[src]

The ID of the owner of the Elastic IP address.

§
PublicDnsName?: string | null
[src]

The public DNS name.

§
PublicIp?: string | null
[src]

The public IP address or Elastic IP address bound to the network interface.