InstanceHealthSummary

Represents summary information about the health of an instance. For more information, see Health Colors and Statuses.

Types

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

Properties

Link copied to clipboard

Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.

Link copied to clipboard
val info: Int?

Green. An operation is in progress on an instance.

Link copied to clipboard
val noData: Int?

Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.

Link copied to clipboard
val ok: Int?

Green. An instance is passing health checks and the health agent is not reporting any problems.

Link copied to clipboard
val pending: Int?

Grey. An operation is in progress on an instance within the command timeout.

Link copied to clipboard
val severe: Int?

Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.

Link copied to clipboard
val unknown: Int?

Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.

Link copied to clipboard
val warning: Int?

Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.

Functions

Link copied to clipboard
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