dependsOns

@JvmName(name = "xjbsvyjctsodundo")
suspend fun dependsOns(value: Output<List<String>>)
@JvmName(name = "degdwtnmpvrjkqtk")
suspend fun dependsOns(value: List<String>?)

Parameters

value

Containers which should be started before this container. If specified the container will wait to start until all containers with the listed names are healthy.


@JvmName(name = "irmpwwuoregiguss")
suspend fun dependsOns(vararg values: Output<String>)


@JvmName(name = "kaepkfcyqomibknc")
suspend fun dependsOns(values: List<Output<String>>)
@JvmName(name = "kpdotlfjfeexqckf")
suspend fun dependsOns(vararg values: String)

Parameters

values

Containers which should be started before this container. If specified the container will wait to start until all containers with the listed names are healthy.