Put Resolver Rule Policy
route53resolver_put_resolver_rule_policy | R Documentation |
Specifies an Amazon Web Services rule that you want to share with another account, the account that you want to share the rule with, and the operations that you want the account to be able to perform on the rule¶
Description¶
Specifies an Amazon Web Services rule that you want to share with another account, the account that you want to share the rule with, and the operations that you want the account to be able to perform on the rule.
Usage¶
route53resolver_put_resolver_rule_policy(Arn, ResolverRulePolicy)
Arguments¶
Arn |
[required] The Amazon Resource Name (ARN) of the rule that you want to share with another account. |
ResolverRulePolicy |
[required] 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
In the |
Value¶
A list with the following syntax:
list(
ReturnValue = TRUE|FALSE
)
Request syntax¶
svc$put_resolver_rule_policy(
Arn = "string",
ResolverRulePolicy = "string"
)