Module Values.DnsConfigChangeSource

A complex type that contains information about changes to the Route 53 DNS records that Cloud Map creates when you register an instance.

Sourcetype nonrec t = {
  1. dnsRecords : DnsRecordList.t;
    (*

    An array that contains one DnsRecord object for each Route 53 record that you want Cloud Map to create when you register an instance.

    *)
}
Sourceval context_ : string
Sourceval make : dnsRecords:DnsRecordList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Long of RecordTTL.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t