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