ConsoleProfileArgs

data class ConsoleProfileArgs(val url: Output<String>? = null) : ConvertibleToJava<ConsoleProfileArgs>

ConsoleProfile represents a console profile.

Constructors

Link copied to clipboard
constructor(url: Output<String>? = null)

Properties

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

The URL to access the cluster console.

Functions

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