@aws-sdk/client-ec2

AllocateAddressCommandInput Interface

The input for AllocateAddressCommand.

Members

Name
Type
Details
Address string | undefined

The Elastic IP address to recover or an IPv4 address from an address pool.

CustomerOwnedIpv4Pool string | undefined

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 | undefined

The network (vpc).

DryRun boolean | undefined

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.

IpamPoolId string | undefined

The ID of an IPAM pool which has an Amazon-provided or BYOIP public IPv4 CIDR provisioned to it. For more information, see Allocate sequential Elastic IP addresses from an IPAM pool  in the Amazon VPC IPAM User Guide.

NetworkBorderGroup string | undefined

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.

PublicIpv4Pool string | undefined

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[] | undefined

The tags to assign to the Elastic IP address.

Full Signature

export interface AllocateAddressCommandInput extends AllocateAddressRequest