TargetHealth
public struct TargetHealth : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of the health of the RDS Proxy target. If the State is AVAILABLE, a description is not included.
Declaration
Swift
public let description: String?
-
The reason for the current health State of the RDS Proxy target.
Declaration
Swift
public let reason: TargetHealthReason?
-
The current state of the connection health lifecycle for the RDS Proxy target. The following is a typical lifecycle example for the states of an RDS Proxy target: registering > unavailable > available > unavailable > available
Declaration
Swift
public let state: TargetState?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, reason: TargetHealthReason? = nil, state: TargetState? = nil)