Skip to main content

AWSECSContainerHealthCheck

No description

type AWSECSContainerHealthCheck {
command: [String!]!
interval: Int!
retries: Int!
startPeriod: Int!
timeout: Int!
}

Fields

AWSECSContainerHealthCheck.command ● [String!]! non-null scalar

A string array representing the command that the container runs to determine if it is healthy

AWSECSContainerHealthCheck.interval ● Int! non-null scalar

The time period in seconds between each health check execution. The range: 5-300 seconds The default value: 30 seconds.

AWSECSContainerHealthCheck.retries ● Int! non-null scalar

The number of times to retry a failed health check before the container is considered unhealthy. The range: 1-10 retries The default value: 3

AWSECSContainerHealthCheck.startPeriod ● Int! non-null scalar

The time period in seconds to wait before failed health checks count towards the maximum number of retries. The range: 0-300 seconds The default value: 0 second

AWSECSContainerHealthCheck.timeout ● Int! non-null scalar

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

Member of

AWSECSLinuxContainerDefinition object ● AWSECSWindowsContainerDefinition object