ResolverConfig

A complex type that contains information about a Resolver configuration for a VPC.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following:

Link copied to clipboard
val id: String?

ID for the Resolver configuration.

Link copied to clipboard

The owner account ID of the Amazon Virtual Private Cloud VPC.

Link copied to clipboard

The ID of the Amazon Virtual Private Cloud VPC or a Route 53 Profile that you're configuring Resolver for.

Functions

Link copied to clipboard
inline fun copy(block: ResolverConfig.Builder.() -> Unit = {}): ResolverConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String