ServiceDnsConfig

data class ServiceDnsConfig(val dnsRecords: List<ServiceDnsConfigDnsRecord>, val namespaceId: String, val routingPolicy: String? = null)

Constructors

Link copied to clipboard
constructor(dnsRecords: List<ServiceDnsConfigDnsRecord>, namespaceId: String, routingPolicy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array that contains one DnsRecord object for each resource record set. See dns_records Block for details.

Link copied to clipboard

The ID of the namespace to use for DNS configuration.

Link copied to clipboard
val routingPolicy: String? = null

The routing policy that you want to apply to all records that Route 53 creates when you register an instance and specify the service. Valid Values: MULTIVALUE, WEIGHTED