Values.AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetailsSourceDescribes the options for Amazon EC2 instance hostnames.
type nonrec t = {enableResourceNameDnsAAAARecord : Boolean.t option;Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
*)enableResourceNameDnsARecord : Boolean.t option;Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
*)hostnameType : NonEmptyString.t option;The type of hostname for EC2 instances.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]