InstanceHealthSummary
public struct InstanceHealthSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.
Declaration
Swift
public let degraded: Int?
-
Green. An operation is in progress on an instance.
Declaration
Swift
public let info: Int?
-
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
Declaration
Swift
public let noData: Int?
-
Green. An instance is passing health checks and the health agent is not reporting any problems.
Declaration
Swift
public let ok: Int?
-
Grey. An operation is in progress on an instance within the command timeout.
Declaration
Swift
public let pending: Int?
-
Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.
Declaration
Swift
public let severe: Int?
-
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
Declaration
Swift
public let unknown: Int?
-
Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.
Declaration
Swift
public let warning: Int?
-
Undocumented
Declaration
Swift
public init(degraded: Int? = nil, info: Int? = nil, noData: Int? = nil, ok: Int? = nil, pending: Int? = nil, severe: Int? = nil, unknown: Int? = nil, warning: Int? = nil)