entryPoints

@JvmName(name = "vfhilmafnxiukuqr")
suspend fun entryPoints(value: Output<List<String>>)
@JvmName(name = "nteachdivctjofxb")
suspend fun entryPoints(value: List<String>?)

Parameters

value

Entry point to your application, which is typically the location of the runtime executable.


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


@JvmName(name = "wvijlixdakmyavhx")
suspend fun entryPoints(values: List<Output<String>>)
@JvmName(name = "fyssrwyeywftwpxu")
suspend fun entryPoints(vararg values: String)

Parameters

values

Entry point to your application, which is typically the location of the runtime executable.