SpectrumApplicationDnsArgs

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

Constructors

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

Properties

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

The name of the DNS record associated with the application.

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

The type of DNS record associated with the application. Available values: "CNAME", "ADDRESS".

Functions

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