healthCheck

@JvmName(name = "rcudfcndfcahkyhp")
suspend fun healthCheck(value: Output<TaskDefinitionHealthCheckArgs>)
@JvmName(name = "tjfffttirhrgcmlw")
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 Create a container section of the Docker Remote API and the `HEALTHCHECK` parameter of docker run.


@JvmName(name = "xdrtcoluvjmlnxaq")
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 Create a container section of the Docker Remote API and the `HEALTHCHECK` parameter of docker run.