DnsProperties

A complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.

Types

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

Properties

Link copied to clipboard

The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.

Link copied to clipboard
val soa: Soa?

Start of Authority (SOA) record for the hosted zone.

Functions

Link copied to clipboard
inline fun copy(block: DnsProperties.Builder.() -> Unit = {}): DnsProperties
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