Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53resolver-resolverrule.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::Route53Resolver::ResolverRule. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-route53resolver.git

Properties

DomainName string | Aws_CF_FunctionString required

DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps

RuleType string | Aws_CF_FunctionString 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.

ResolverEndpointId string | Aws_CF_FunctionString

The ID of the endpoint that the rule is associated with.

Name string | Aws_CF_FunctionString

The name for the Resolver rule

Tags Tag[]

An array of key-value pairs to apply to this resource.

TargetIps TargetAddress[]

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.

Definitions

TargetAddress object
Ip string | Aws_CF_FunctionString

One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.

Ipv6 string | Aws_CF_FunctionString

One IPv6 address that you want to forward DNS queries to. You can specify only IPv6 addresses.

Port string | Aws_CF_FunctionString

The port at Ip that you want to forward DNS queries to.

Tag object
Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.