Module Values.NamespacePropertiesSource

A complex type that contains information that's specific to the namespace type.

Sourcetype nonrec t = {
  1. dnsProperties : DnsProperties.t option;
    (*

    A complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.

    *)
  2. httpProperties : HttpProperties.t option;
    (*

    A complex type that contains the name of an HTTP namespace.

    *)
}
Sourceval make : ?dnsProperties:??? -> ?httpProperties:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ResourceId.t | `Structure 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