Values_7.AllocateAddressResultSourceAllocates an Elastic IP address to your Amazon Web Services account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different Amazon Web Services account. You can allocate an Elastic IP address from one of the following address pools: Amazon's pool of IPv4 addresses Public IPv4 address range that you own and bring to your Amazon Web Services account using Bring Your Own IP Addresses (BYOIP) An IPv4 IPAM pool with an Amazon-provided or BYOIP public IPv4 address range IPv4 addresses from your on-premises network made available for use with an Outpost using a customer-owned IP address pool (CoIP pool) For more information, see Elastic IP Addresses in the Amazon EC2 User Guide. If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another Amazon Web Services account. To attempt to recover an Elastic IP address that you released, specify it in this operation. You can allocate a carrier IP address which is a public IP address from a telecommunication carrier, to a network interface which resides in a subnet in a Wavelength Zone (for example an EC2 instance).
type nonrec t = {allocationId : Values_0.String_.t option;The ID that represents the allocation of the Elastic IP address.
*)publicIpv4Pool : Values_0.String_.t option;The ID of an address pool that you own.
*)networkBorderGroup : Values_0.String_.t option;The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.
*)domain : Values_1.DomainType.t option;The network (vpc).
*)customerOwnedIp : Values_0.String_.t option;The customer-owned IP address.
*)customerOwnedIpv4Pool : Values_0.String_.t option;The ID of the customer-owned address pool.
*)carrierIp : Values_0.String_.t option;The carrier IP address. Available only for network interfaces that reside in a subnet in a Wavelength Zone.
*)publicIp : Values_0.String_.t option;The Amazon-owned IP address. Not available when using an address pool that you own.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]