Skip to main content

resolver_rule_associations_list_only

Lists resolver_rule_associations in a region or regions, for all properties use resolver_rule_associations

Overview

Nameresolver_rule_associations_list_only
TypeResource
DescriptionIn the response to an [AssociateResolverRule](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html), [DisassociateResolverRule](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverRule.html), or [ListResolverRuleAssociations](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html) request, provides information about an association between a resolver rule and a VPC. The association determines which DNS queries that originate in the VPC are forwarded to your network.
Idaws.route53resolver.resolver_rule_associations_list_only

Fields

NameDatatypeDescription
vpc_idstringThe ID of the VPC that you associated the Resolver rule with.
resolver_rule_idstringThe ID of the Resolver rule that you associated with the VPC that is specified by VPCId.
resolver_rule_association_idstring
namestringThe name of an association between a Resolver rule and a VPC.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all resolver_rule_associations in a region.

SELECT
region,
resolver_rule_association_id
FROM aws.route53resolver.resolver_rule_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the resolver_rule_associations_list_only resource, see resolver_rule_associations