containerEntrypoints

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

Parameters

value

The entrypoint used to run the application in the container.


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


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

Parameters

values

The entrypoint used to run the application in the container.