Skip to main content

resolver_rule_associations

Retrieves a list of resolver_rule_associations in a region

Overview

Nameresolver_rule_associations
TypeResource
Descriptionresolver_rule_associations
Idawscc.route53resolver.resolver_rule_associations

Fields

NameDatatypeDescription
resolver_rule_association_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
resolver_rule_association_id
FROM awscc.route53resolver.resolver_rule_associations
WHERE region = 'us-east-1'

Permissions

To operate on the resolver_rule_associations resource, the following permissions are required:

Create

route53resolver:AssociateResolverRule,
route53resolver:GetResolverRuleAssociation,
ec2:DescribeVpcs

List

route53resolver:ListResolverRuleAssociations