Values.HostedZoneConfigSourceA complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.
type nonrec t = {comment : ResourceDescription.t option;Any comments that you want to include about the hosted zone.
*)privateZone : IsPrivateZone.t option;A value that indicates whether this is a private hosted zone.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsPrivateZone.t | `String of ResourceDescription.t ])
list ]