resolver_rule_tags
Expands all tag keys and values for resolver_rules
in a region
Overview
Name | resolver_rule_tags |
Type | Resource |
Description | Resource Type definition for AWS::Route53Resolver::ResolverRule |
Id | aws.route53resolver.resolver_rule_tags |
Fields
Name | Datatype | Description |
---|---|---|
resolver_endpoint_id | string | The ID of the endpoint that the rule is associated with. |
domain_name | string | DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps |
name | string | The name for the Resolver rule |
rule_type | string | When you want to forward DNS queries for specified domain name to resolvers on your network, specify FORWARD. When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify SYSTEM. |
target_ips | array | An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically, these are the IP addresses of DNS resolvers on your network. Specify IPv4 addresses. IPv6 is not supported. |
arn | string | The Amazon Resource Name (ARN) of the resolver rule. |
resolver_rule_id | string | The ID of the endpoint that the rule is associated with. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all resolver_rules
in a region.
SELECT
region,
resolver_endpoint_id,
domain_name,
name,
rule_type,
target_ips,
arn,
resolver_rule_id,
tag_key,
tag_value
FROM aws.route53resolver.resolver_rule_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the resolver_rule_tags
resource, see resolver_rules