Resolver Rule Args
data class ResolverRuleArgs(val domainName: Output<String>? = null, val name: Output<String>? = null, val resolverEndpointId: Output<String>? = null, val ruleType: Output<ResolverRuleRuleType>? = null, val tags: Output<List<TagArgs>>? = null, val targetIps: Output<List<ResolverRuleTargetAddressArgs>>? = null) : ConvertibleToJava<ResolverRuleArgs>
Resource Type definition for AWS::Route53Resolver::ResolverRule
Constructors
Link copied to clipboard
constructor(domainName: Output<String>? = null, name: Output<String>? = null, resolverEndpointId: Output<String>? = null, ruleType: Output<ResolverRuleRuleType>? = null, tags: Output<List<TagArgs>>? = null, targetIps: Output<List<ResolverRuleTargetAddressArgs>>? = null)
Properties
Link copied to clipboard
DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
Link copied to clipboard
The ID of the endpoint that the rule is associated with.
Link copied to clipboard
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.
Link copied to clipboard
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.