resolver_rule_associations_list_only
Lists resolver_rule_associations
in a region or regions, for all properties use resolver_rule_associations
Overview
Name | resolver_rule_associations_list_only |
Type | Resource |
Description | In 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. |
Id | aws.route53resolver.resolver_rule_associations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
vpc_id | string | The ID of the VPC that you associated the Resolver rule with. |
resolver_rule_id | string | The ID of the Resolver rule that you associated with the VPC that is specified by VPCId . |
resolver_rule_association_id | string | |
name | string | The name of an association between a Resolver rule and a VPC. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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