Values_1.LaunchTemplatePrivateDnsNameOptionsSourceDescribes the options for instance hostnames.
type nonrec t = {hostnameType : Values_0.HostnameType.t option;The type of hostname to assign to an instance.
*)enableResourceNameDnsARecord : Values_0.Boolean.t option;Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
*)enableResourceNameDnsAAAARecord : Values_0.Boolean.t option;Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Values_0.Boolean.t | `Enum of string ]) list ]