containerEntrypoints

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

Parameters

value

The entrypoint used to run the application in the container.


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


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

Parameters

values

The entrypoint used to run the application in the container.