command

@JvmName(name = "dhmtcuggmcjoctim")
suspend fun command(value: Output<List<String>>)
@JvmName(name = "lqxemnykltfdppci")
suspend fun command(value: List<String>?)

Parameters

value

A string array representing the command that the container runs to determine if it is healthy.


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


@JvmName(name = "qemqbdweeaqlxdpo")
suspend fun command(values: List<Output<String>>)
@JvmName(name = "ytmqksjgupuuknyh")
suspend fun command(vararg values: String)

Parameters

values

A string array representing the command that the container runs to determine if it is healthy.