activeRevisionsMode

@JvmName(name = "jdekqaldyvdpwuvo")
suspend fun activeRevisionsMode(value: Output<Either<String, ActiveRevisionsMode>>)
@JvmName(name = "qjaufdwgfxxwxbcs")
suspend fun activeRevisionsMode(value: Either<String, ActiveRevisionsMode>?)
@JvmName(name = "yenaxatdjqgowxrk")
fun activeRevisionsMode(value: String)
@JvmName(name = "dxpmbrsaslatbwjp")
fun activeRevisionsMode(value: ActiveRevisionsMode)

Parameters

value

ActiveRevisionsMode controls how active revisions are handled for the Container app: Multiple: multiple revisions can be active.Single: Only one revision can be active at a time. Revision weights can not be used in this mode. If no value if provided, this is the default.