ClusterStatusEntityArgs

data class ClusterStatusEntityArgs(val cku: Output<Int>? = null, val phase: Output<String>? = null) : ConvertibleToJava<ClusterStatusEntityArgs>

Status of the cluster record

Constructors

Link copied to clipboard
constructor(cku: Output<Int>? = null, phase: Output<String>? = null)

Properties

Link copied to clipboard
val cku: Output<Int>? = null

The number of Confluent Kafka Units

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

The lifecycle phase of the cluster

Functions

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