containerEntrypoints

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

Parameters

value

The entrypoint used to run the application in the container.


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


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

Parameters

values

The entrypoint used to run the application in the container.