ClusterComponentArgs

data class ClusterComponentArgs(val componentConfig: Output<ClusterComponentComponentConfigArgs>? = null, val componentType: Output<String>? = null) : ConvertibleToJava<ClusterComponentArgs>

Constructors

Link copied to clipboard
constructor(componentConfig: Output<ClusterComponentComponentConfigArgs>? = null, componentType: Output<String>? = null)

Properties

Link copied to clipboard

Component Configuration See component_config below.

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

Component Type

Functions

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