Values.HostSourceDescribes the properties of the Dedicated Host.
type nonrec t = {hostName : String_.t option;The name of the Dedicated Host.
*)hostIp : String_.t option;The IP address of the Dedicated Host.
*)eC2InstanceId : String_.t option;The ID of Amazon EC2 instance.
*)instanceId : String_.t option;The instance ID of the instance on the Dedicated Host.
*)hostRole : HostRole.t option;The role of the Dedicated Host.
*)osVersion : String_.t option;The version of the operating system.
*)}