SpectrumApplicationOriginDnsArgs

data class SpectrumApplicationOriginDnsArgs(val name: Output<String>? = null, val ttl: Output<Int>? = null, val type: Output<String>? = null) : ConvertibleToJava<SpectrumApplicationOriginDnsArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the DNS record associated with the origin.

Link copied to clipboard
val ttl: Output<Int>? = null

The TTL of our resolution of your DNS record in seconds.

Link copied to clipboard
val type: Output<String>? = null

The type of DNS record associated with the origin. "" is used to specify a combination of A/AAAA records. Available values: "", "A", "AAAA", "SRV".

Functions

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