Module Values.GetFirewallRuleGroupPolicyRequestSource

Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).

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

    The ARN (Amazon Resource Name) for the rule group.

    *)
}
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