Values.AwsEc2EipDetailsSourceInformation about an Elastic IP address.
type nonrec t = {instanceId : NonEmptyString.t option;The identifier of the EC2 instance.
*)publicIp : NonEmptyString.t option;A public IP address that is associated with the EC2 instance.
*)allocationId : NonEmptyString.t option;The identifier that Amazon Web Services assigns to represent the allocation of the Elastic IP address for use with Amazon VPC.
*)associationId : NonEmptyString.t option;The identifier that represents the association of the Elastic IP address with an EC2 instance.
*)domain : NonEmptyString.t option;The domain in which to allocate the address. If the address is for use with EC2 instances in a VPC, then Domain is vpc. Otherwise, Domain is standard.
*)publicIpv4Pool : NonEmptyString.t option;The identifier of an IP address pool. This parameter allows Amazon EC2 to select an IP address from the address pool.
*)networkBorderGroup : NonEmptyString.t option;The name of the location from which the Elastic IP address is advertised.
*)networkInterfaceId : NonEmptyString.t option;The identifier of the network interface.
*)networkInterfaceOwnerId : NonEmptyString.t option;The Amazon Web Services account ID of the owner of the network interface.
*)privateIpAddress : NonEmptyString.t option;The private IP address that is associated with the Elastic IP address.
*)}