class Aws::Route53Resolver::Types::PutResolverRulePolicyRequest

@note When making an API call, you may pass PutResolverRulePolicyRequest

data as a hash:

    {
      arn: "Arn", # required
      resolver_rule_policy: "ResolverRulePolicy", # required
    }

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the rule that you want to share
with another account.
@return [String]

@!attribute [rw] resolver_rule_policy

An Identity and Access Management policy statement that lists the
rules that you want to share with another Amazon Web Services
account and the operations that you want the account to be able to
perform. You can specify the following operations in the `Action`
section of the statement:

* `route53resolver:GetResolverRule`

* `route53resolver:AssociateResolverRule`

* `route53resolver:DisassociateResolverRule`

* `route53resolver:ListResolverRules`

* `route53resolver:ListResolverRuleAssociations`

In the `Resource` section of the statement, specify the ARN for the
rule that you want to share with another account. Specify the same
ARN that you specified in `Arn`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/PutResolverRulePolicyRequest AWS API Documentation

Constants

SENSITIVE