aws.route53resolver.get_resolver_rule_association
Example SQL Queries
SELECT * FROMaws.route53resolver.get_resolver_rule_associationWHERE"resolver_rule_association_id" = 'VALUE';Description
Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using AssociateResolverRule.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resolver_rule_association_id Required Input Column The ID of the Resolver rule association that you want to get information about. | 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_association Information about the Resolver rule association that you specified in a GetResolverRuleAssociation request. | STRUCT( |
Show child fields
| |