paws.networking (version 0.1.6)

route53resolver_put_resolver_rule_policy: Specifies the Resolver operations and resources that you want to allow another AWS account to be able to use

Description

Specifies the Resolver operations and resources that you want to allow another AWS account to be able to use.

Usage

route53resolver_put_resolver_rule_policy(Arn, ResolverRulePolicy)

Arguments

Arn

[required] The Amazon Resource Name (ARN) of the account that you want to grant permissions to.

ResolverRulePolicy

[required] An AWS Identity and Access Management policy statement that lists the permissions that you want to grant to another AWS account.

Request syntax

svc$put_resolver_rule_policy(
  Arn = "string",
  ResolverRulePolicy = "string"
)