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

AllocateAddressRequest

import type { AllocateAddressRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface AllocateAddressRequest {
Address?: string | null;
CustomerOwnedIpv4Pool?: string | null;
Domain?: DomainType | null;
DryRun?: boolean | null;
NetworkBorderGroup?: string | null;
PublicIpv4Pool?: string | null;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
Address?: string | null
[src]

[EC2-VPC] The Elastic IP address to recover or an IPv4 address from an address pool.

§
CustomerOwnedIpv4Pool?: string | null
[src]

The ID of a customer-owned address pool. Use this parameter to let Amazon EC2 select an address from the address pool. Alternatively, specify a specific address from the address pool.

§
Domain?: DomainType | null
[src]

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

Default: If the Region supports EC2-Classic, the default is standard. Otherwise, the default is vpc.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
NetworkBorderGroup?: string | null
[src]

A unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses. Use this parameter to limit the IP address to this location. IP addresses cannot move between network border groups.

Use DescribeAvailabilityZones to view the network border groups.

You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an InvalidParameterCombination error.

§
PublicIpv4Pool?: string | null
[src]

The ID of an address pool that you own. Use this parameter to let Amazon EC2 select an address from the address pool. To specify a specific address from the address pool, use the Address parameter instead.

§
TagSpecifications?: TagSpecification[] | null
[src]

The tags to assign to the Elastic IP address.