resolver_rule_associations
Retrieves a list of resolver_rule_associations
in a region
Overview
Name | resolver_rule_associations |
Type | Resource |
Description | resolver_rule_associations |
Id | awscc.route53resolver.resolver_rule_associations |
Fields
Name | Datatype | Description |
---|---|---|
resolver_rule_association_id | string | |
region | string | AWS 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