entryPoint

@JvmName(name = "utiawgkwpgebrrxu")
suspend fun entryPoint(value: Output<List<String>>)
@JvmName(name = "twpabuoenhqgeaii")
suspend fun entryPoint(value: List<String>?)

Parameters

value

The entry point that's passed to the container so that it will run as an executable. If there are multiple arguments, each argument is a string in the array.


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


@JvmName(name = "clqmclvfbldqxtuj")
suspend fun entryPoint(values: List<Output<String>>)
@JvmName(name = "hoirnaalyywpwalt")
suspend fun entryPoint(vararg values: String)

Parameters

values

The entry point that's passed to the container so that it will run as an executable. If there are multiple arguments, each argument is a string in the array.