Skip to main content

resolver_rule_association

Gets an individual resolver_rule_association resource

Overview

Nameresolver_rule_association
TypeResource
Descriptionresolver_rule_association
Idawscc.route53resolver.resolver_rule_association

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
vpc_id,
resolver_rule_id,
resolver_rule_association_id,
name
FROM awscc.route53resolver.resolver_rule_association
WHERE data__Identifier = '<ResolverRuleAssociationId>';

Permissions

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

Read

route53resolver:GetResolverRuleAssociation

Delete

route53resolver:DisassociateResolverRule,
route53resolver:GetResolverRuleAssociation