Skip to content

Get Resolver Rule Policy

route53resolver_get_resolver_rule_policy R Documentation

Gets information about the Resolver rule policy for a specified rule

Description

Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share with another account, the account that you want to share the rule with, and the Resolver operations that you want to allow the account to use.

Usage

route53resolver_get_resolver_rule_policy(Arn)

Arguments

Arn

[required] The ID of the Resolver rule that you want to get the Resolver rule policy for.

Value

A list with the following syntax:

list(
  ResolverRulePolicy = "string"
)

Request syntax

svc$get_resolver_rule_policy(
  Arn = "string"
)