Module Values.CidrRoutingConfigSource

The object that is specified in resource record set object when you are linking a resource record set to a CIDR location. A LocationName with an asterisk “*” can be used to create a default CIDR record. CollectionId is still required for default record.

Sourcetype nonrec t = {
  1. collectionId : UUID.t;
    (*

    The CIDR collection ID.

    *)
  2. locationName : CidrLocationNameDefaultAllowed.t;
    (*

    The CIDR collection location name.

    *)
}
Sourceval context_ : string
Sourceval make : collectionId:UUID.t -> locationName:CidrLocationNameDefaultAllowed.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UUID.t ]) 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