entryPoint

@JvmName(name = "pefjwemcefpduiak")
suspend fun entryPoint(value: Output<List<String>>)
@JvmName(name = "birvppxmakiyoayx")
suspend fun entryPoint(value: List<String>?)

Parameters

value

Early versions of the Amazon ECS container agent don't properly handle `entryPoint` parameters. If you have problems using `entryPoint`, update your container agent or enter your commands and arguments as `command` array items instead. The entry point that's passed to the container. This parameter maps to `Entrypoint` in tthe docker container create command and the `--entrypoint` option to docker run.


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


@JvmName(name = "kirdarysfiujiokv")
suspend fun entryPoint(values: List<Output<String>>)
@JvmName(name = "mqeugkttqkgyvvfh")
suspend fun entryPoint(vararg values: String)

Parameters

values

Early versions of the Amazon ECS container agent don't properly handle `entryPoint` parameters. If you have problems using `entryPoint`, update your container agent or enter your commands and arguments as `command` array items instead. The entry point that's passed to the container. This parameter maps to `Entrypoint` in tthe docker container create command and the `--entrypoint` option to docker run.