AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails

The container health check command and associated configuration parameters for the container.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The command that the container runs to determine whether it is healthy.

Link copied to clipboard

The time period in seconds between each health check execution. The default value is 30 seconds.

Link copied to clipboard
val retries: Int?

The number of times to retry a failed health check before the container is considered unhealthy. The default value is 3.

Link copied to clipboard

The optional grace period in seconds that allows containers time to bootstrap before failed health checks count towards the maximum number of retries.

Link copied to clipboard
val timeout: Int?

The time period in seconds to wait for a health check to succeed before it is considered a failure. The default value is 5.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String