ResolverRule

class ResolverRule : KotlinCustomResource

Resource Type definition for AWS::Route53Resolver::ResolverRule

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the resolver rule.

Link copied to clipboard
val delegationRecord: Output<String>?

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>?

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

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

The name for the Resolver rule

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val resolverRuleId: Output<String>

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
val tags: Output<List<Tag>>?

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.

Link copied to clipboard
val urn: Output<String>