ServiceDnsConfigDnsRecordArgs

data class ServiceDnsConfigDnsRecordArgs(val ttl: Output<Int>, val type: Output<String>) : ConvertibleToJava<ServiceDnsConfigDnsRecordArgs>

Constructors

Link copied to clipboard
constructor(ttl: Output<Int>, type: Output<String>)

Properties

Link copied to clipboard
val ttl: Output<Int>

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

Link copied to clipboard
val type: Output<String>

The type of the resource, which indicates the value that Amazon Route 53 returns in response to DNS queries. Valid Values: A, AAAA, SRV, CNAME

Functions

Link copied to clipboard
open override fun toJava(): ServiceDnsConfigDnsRecordArgs