resolver_rule_association
Gets an individual resolver_rule_association
resource
Overview
Name | resolver_rule_association |
Type | Resource |
Description | resolver_rule_association |
Id | awscc.route53resolver.resolver_rule_association |
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
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