healthCheck

@JvmName(name = "eymoqbkoqpyckwen")
suspend fun healthCheck(value: Output<TaskDefinitionHealthCheckArgs>)
@JvmName(name = "lptnlfqumgkgggqt")
suspend fun healthCheck(value: TaskDefinitionHealthCheckArgs?)

Parameters

value

The container health check command and associated configuration parameters for the container. This parameter maps to `HealthCheck` in the docker container create command and the `HEALTHCHECK` parameter of docker run.


@JvmName(name = "ceumokowhleovpni")
suspend fun healthCheck(argument: suspend TaskDefinitionHealthCheckArgsBuilder.() -> Unit)

Parameters

argument

The container health check command and associated configuration parameters for the container. This parameter maps to `HealthCheck` in the docker container create command and the `HEALTHCHECK` parameter of docker run.