aws.route53resolver.get_resolver_rule_policy
Example SQL Queries
SELECT * FROMaws.route53resolver.get_resolver_rule_policyWHERE"arn" = 'VALUE';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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The ID of the Resolver rule that you want to get the Resolver rule policy for. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| resolver_rule_policy The Resolver rule policy for the rule that you specified in a GetResolverRulePolicy request. | VARCHAR |