channel

@JvmName(name = "kghnidmqiblqmqrl")
suspend fun channel(value: Output<String>)
@JvmName(name = "xnrtwnhuibpaextk")
suspend fun channel(value: String?)

Parameters

value

The automatic cluster upgrade channel. Valid values: patch, stable, rapid. for example:

operation_policy {
cluster_auto_upgrade {
enabled = true
channel = "stable"
}
}