Values.DnsPropertiesSourceA complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.
type nonrec t = {hostedZoneId : ResourceId.t option;The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.
*)sOA : SOA.t option;Start of Authority (SOA) record for the hosted zone.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceId.t
| `Structure of (string * [> `Long of RecordTTL.t ]) list ])
list ]