entryPoint

@JvmName(name = "cilkxsxudbncgsao")
suspend fun entryPoint(value: Output<List<String>>)
@JvmName(name = "bugmchomfaehskqy")
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 = "teskkmmymlpjblhk")
suspend fun entryPoint(vararg values: Output<String>)


@JvmName(name = "gqjkttcghusvwemp")
suspend fun entryPoint(values: List<Output<String>>)
@JvmName(name = "godvwjfuwmqiycer")
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.