Values.NetworkInterfaceSourceDescribes a network interface.
type nonrec t = {networkInterfaceId : String_.t option;The network interface identifier.
*)subnetId : String_.t option;The subnet identifier.
*)privateIpAddress : String_.t option;The IPv4 address of the network interface within the subnet.
*)availabilityZone : String_.t option;The Availability Zone.
*)ipv6Address : String_.t option;The IPv6 address of the network interface within the subnet.
*)}