containerEntrypoints

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

Parameters

value

The entrypoint used to run the application in the container.


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


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

Parameters

values

The entrypoint used to run the application in the container.