DnsRecord

class DnsRecord

A complex type that contains information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

Types

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

Properties

Link copied to clipboard
val ttl: Long

The amount of time, in seconds, that you want DNS resolvers to cache the settings for this record.

Link copied to clipboard

The type of the resource, which indicates the type of value that Route 53 returns in response to DNS queries. You can specify values for Type in the following combinations:

Functions

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