containerEntrypoints

@JvmName(name = "yesvvrxkpsqtpcig")
suspend fun containerEntrypoints(value: Output<List<String>>)
@JvmName(name = "fyyxmnerhnwyppnl")
suspend fun containerEntrypoints(value: List<String>?)

Parameters

value

The entrypoint used to run the application in the container.


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


@JvmName(name = "mswffxjyrnnugbrf")
suspend fun containerEntrypoints(values: List<Output<String>>)
@JvmName(name = "mpuchvxnquomrxel")
suspend fun containerEntrypoints(vararg values: String)

Parameters

values

The entrypoint used to run the application in the container.