ResolverRuleArgs

data class ResolverRuleArgs(val delegationRecord: Output<String>? = null, 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(delegationRecord: Output<String>? = null, 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
val delegationRecord: Output<String>? = null

The name server domain for queries to be delegated to if a query matches the delegation record.

Link copied to clipboard
val domainName: Output<String>? = null

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

Link copied to clipboard
val name: Output<String>? = null

The name for the Resolver rule

Link copied to clipboard
val resolverEndpointId: Output<String>? = null

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

Link copied to clipboard
val ruleType: Output<ResolverRuleRuleType>? = null

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
val tags: Output<List<TagArgs>>? = null

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

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.

Functions

Link copied to clipboard
open override fun toJava(): ResolverRuleArgs