Values.NetworkAccessConfigurationSourceDescribes the network details of the fleet or image builder instance.
type nonrec t = {eniPrivateIpAddress : String_.t option;The private IP address of the elastic network interface that is attached to instances in your VPC.
*)eniIpv6Addresses : StringList.t option;The IPv6 addresses assigned to the elastic network interface. This field supports IPv6 connectivity for WorkSpaces Applications instances.
*)eniId : String_.t option;The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.
*)}