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

NetworkInterfaceAssociation

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

Describes association information for an Elastic IP address (IPv4 only), or a Carrier IP address (for a network interface which resides in a subnet in a Wavelength Zone).

interface NetworkInterfaceAssociation {
AllocationId?: string | null;
AssociationId?: string | null;
CarrierIp?: string | null;
CustomerOwnedIp?: string | null;
IpOwnerId?: string | null;
PublicDnsName?: string | null;
PublicIp?: string | null;
}

§Properties

§
AllocationId?: string | null
[src]

The allocation ID.

§
AssociationId?: string | null
[src]

The association ID.

§
CarrierIp?: string | null
[src]

The carrier IP address associated with the network interface.

This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.

§
CustomerOwnedIp?: string | null
[src]

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

§
IpOwnerId?: string | null
[src]

The ID of the Elastic IP address owner.

§
PublicDnsName?: string | null
[src]

The public DNS name.

§
PublicIp?: string | null
[src]

The address of the Elastic IP address bound to the network interface.