GetResolverRuleResult

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)

Constructors

Link copied to clipboard
constructor(arn: String? = null, delegationRecord: String? = null, domainName: String? = null, name: String? = null, resolverEndpointId: String? = null, resolverRuleId: String? = null, tags: List<Tag>? = null, targetIps: List<ResolverRuleTargetAddress>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

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
val domainName: 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: String? = null

The name for the Resolver rule

Link copied to clipboard

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

Link copied to clipboard
val resolverRuleId: String? = null

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

Link copied to clipboard
val tags: List<Tag>? = 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.