entryPoint

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

Parameters

value

Specifies the entry point to their application, which is typically the location of the runtime executable. You can specify a maximum of 1,500 string entries in the list.


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


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

Parameters

values

Specifies the entry point to their application, which is typically the location of the runtime executable. You can specify a maximum of 1,500 string entries in the list.