TargetHealthDescription
public struct TargetHealthDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The port to use to connect with the target.
Declaration
Swift
public let healthCheckPort: String? -
The description of the target.
Declaration
Swift
public let target: TargetDescription? -
The health information for the target.
Declaration
Swift
public let targetHealth: TargetHealth? -
Undocumented
Declaration
Swift
public init(healthCheckPort: String? = nil, target: TargetDescription? = nil, targetHealth: TargetHealth? = nil)
View on GitHub
TargetHealthDescription Structure Reference