---
type: resource-type
title: ResolverRule
description: aws resource type AWS::Route53Resolver::ResolverRule
name: ResolverRule
lexicon: aws
resource_type: AWS::Route53Resolver::ResolverRule
---
`AWS::Route53Resolver::ResolverRule`, a resource type of the aws lexicon.

## Properties

- `RuleType` (`"DELEGATE" | "FORWARD" | "RECURSIVE" | "SYSTEM"`, required): 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.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the resolver rule.
- `DelegationRecord` (`string`, optional): The name server domain for queries to be delegated to if a query matches the delegation record.
- `DomainName` (`string`, optional): DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
- `Name` (`string`, optional): The name for the Resolver rule
- `ResolverEndpointId` (`string`, optional): The ID of the endpoint that the rule is associated with.
- `ResolverRuleId` (`string`, optional): The ID of the endpoint that the rule is associated with.
- `Tags` (`ResolverRule_Tag[]`, optional): An array of key-value pairs to apply to this resource.
- `TargetIps` (`ResolverRule_TargetAddress[]`, optional): 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.

## Attributes

- `Arn`
- `ResolverRuleId`
