containerEntrypoints

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

Parameters

value

The entrypoint used to run the application in the container.


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


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

Parameters

values

The entrypoint used to run the application in the container.