Module Values.GetResolverRuleRequestSource

Gets information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of the outbound Resolver endpoint that the rule is associated with.

Sourcetype nonrec t = {
  1. resolverRuleId : ResourceId.t;
    (*

    The ID of the Resolver rule that you want to get information about.

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