Module Values.GetResolverRulePolicyRequestSource

Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share with another account, the account that you want to share the rule with, and the Resolver operations that you want to allow the account to use.

Sourcetype nonrec t = {
  1. arn : Arn.t;
    (*

    The ID of the Resolver rule that you want to get the Resolver rule policy for.

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