containerEntrypoints

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

Parameters

value

The entrypoint used to run the application in the container.


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


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

Parameters

values

The entrypoint used to run the application in the container.