Get Resolver Rule Result
data class GetResolverRuleResult(val arn: String? = null, val delegationRecord: String? = null, val domainName: String? = null, val name: String? = null, val resolverEndpointId: String? = null, val resolverRuleId: String? = null, val tags: List<Tag>? = null, val targetIps: List<ResolverRuleTargetAddress>? = null)
Properties
Link copied to clipboard
The name server domain for queries to be delegated to if a query matches the delegation record.
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
The ID of the endpoint that the rule is associated with.
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.