releaseChannel

@JvmName(name = "xuvbspwcyqexjyei")
suspend fun releaseChannel(value: Output<ReleaseChannelArgs>)
@JvmName(name = "tfhmrflqworsnrcg")
suspend fun releaseChannel(value: ReleaseChannelArgs?)

Parameters

value

Release channel configuration. If left unspecified on cluster creation and a version is specified, the cluster is enrolled in the most mature release channel where the version is available (first checking STABLE, then REGULAR, and finally RAPID). Otherwise, if no release channel configuration and no version is specified, the cluster is enrolled in the REGULAR channel with its default version.


@JvmName(name = "cuacprppncbkutjd")
suspend fun releaseChannel(argument: suspend ReleaseChannelArgsBuilder.() -> Unit)

Parameters

argument

Release channel configuration. If left unspecified on cluster creation and a version is specified, the cluster is enrolled in the most mature release channel where the version is available (first checking STABLE, then REGULAR, and finally RAPID). Otherwise, if no release channel configuration and no version is specified, the cluster is enrolled in the REGULAR channel with its default version.