SpectrumApplicationDnsArgs

data class SpectrumApplicationDnsArgs(val name: Output<String>, val type: Output<String>) : ConvertibleToJava<SpectrumApplicationDnsArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the DNS record associated with the application.

Link copied to clipboard
val type: Output<String>

The type of DNS record associated with the application.

Functions

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