DnsConfig

class DnsConfig

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

The record types of a service can only be changed by deleting the service and recreating it with a new Dnsconfig.

Types

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

Properties

Link copied to clipboard

An array that contains one DnsRecord object for each Route 53 DNS record that you want Cloud Map to create when you register an instance.

Link copied to clipboard

Use NamespaceId in Service instead.

Link copied to clipboard

The routing policy that you want to apply to all Route 53 DNS records that Cloud Map creates when you register an instance and specify this service.

Functions

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