ClusterConfigEntityArgs

data class ClusterConfigEntityArgs(val kind: Output<String>? = null) : ConvertibleToJava<ClusterConfigEntityArgs>

The configuration of the Kafka cluster

Constructors

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

Properties

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

The lifecycle phase of the cluster

Functions

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