containerEntrypoint

@JvmName(name = "cnotbbosebvaomeg")
suspend fun containerEntrypoint(value: Output<List<String>>)
@JvmName(name = "cmrcjqnmpktgjhhb")
suspend fun containerEntrypoint(value: List<String>?)

Parameters

value

The custom entry point to use on container.


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


@JvmName(name = "ualfteblsfoapyay")
suspend fun containerEntrypoint(values: List<Output<String>>)
@JvmName(name = "maapekinrumfmvep")
suspend fun containerEntrypoint(vararg values: String)

Parameters

values

The custom entry point to use on container.