Values.Ec2NetworkInterfaceSourceContains information about the elastic network interface of the Amazon EC2 instance.
type nonrec t = {ipv6Addresses : Ipv6Addresses.t option;A list of IPv6 addresses for the Amazon EC2 instance.
*)privateIpAddresses : PrivateIpAddresses.t option;Other private IP address information of the Amazon EC2 instance.
*)publicIp : String_.t option;The public IP address of the Amazon EC2 instance.
*)securityGroups : SecurityGroups.t option;The security groups associated with the Amazon EC2 instance.
*)subNetId : String_.t option;The subnet ID of the Amazon EC2 instance.
*)vpcId : String_.t option;The VPC ID of the Amazon EC2 instance.
*)}