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

AllocateAddressResult

import type { AllocateAddressResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface AllocateAddressResult {
AllocationId?: string | null;
CarrierIp?: string | null;
CustomerOwnedIp?: string | null;
CustomerOwnedIpv4Pool?: string | null;
Domain?: DomainType | null;
NetworkBorderGroup?: string | null;
PublicIp?: string | null;
PublicIpv4Pool?: string | null;
}

§Properties

§
AllocationId?: string | null
[src]

[EC2-VPC] The ID that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use with instances in a VPC.

§
CarrierIp?: string | null
[src]

The carrier IP address. This option is only available for network interfaces which reside in a subnet in a Wavelength Zone (for example an EC2 instance).

§
CustomerOwnedIp?: string | null
[src]

The customer-owned IP address.

§
CustomerOwnedIpv4Pool?: string | null
[src]

The ID of the customer-owned address pool.

§
Domain?: DomainType | null
[src]

Indicates whether the Elastic IP address is for use with instances in a VPC (vpc) or instances in EC2-Classic (standard).

§
NetworkBorderGroup?: string | null
[src]

The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

§
PublicIp?: string | null
[src]

The Elastic IP address.

§
PublicIpv4Pool?: string | null
[src]

The ID of an address pool.