Module Values.PutFirewallRuleGroupPolicyRequestSource

Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the 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 that you want to share.

    *)
  2. firewallRuleGroupPolicy : FirewallRuleGroupPolicy.t;
    (*

    The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.

    *)
}
Sourceval context_ : string
Sourceval make : arn:Arn.t -> firewallRuleGroupPolicy:FirewallRuleGroupPolicy.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