Skip to content

Put Firewall Rule Group Policy

route53resolver_put_firewall_rule_group_policy R Documentation

Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule group

Description

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).

Usage

route53resolver_put_firewall_rule_group_policy(Arn,
  FirewallRuleGroupPolicy)

Arguments

Arn

[required] The ARN (Amazon Resource Name) for the rule group that you want to share.

FirewallRuleGroupPolicy

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

Value

A list with the following syntax:

list(
  ReturnValue = TRUE|FALSE
)

Request syntax

svc$put_firewall_rule_group_policy(
  Arn = "string",
  FirewallRuleGroupPolicy = "string"
)