AWSElasticLoadBalancingTargetHealthDescription
Objective-C
@interface AWSElasticLoadBalancingTargetHealthDescription
Swift
class AWSElasticLoadBalancingTargetHealthDescription
Information about the health of a target.
-
The anomaly detection result for the target.
If no anomalies were detected, the result is
normal
.If anomalies were detected, the result is
anomalous
.Declaration
Objective-C
@property (nonatomic, strong) AWSElasticLoadBalancingAnomalyDetection *_Nullable anomalyDetection;
Swift
var anomalyDetection: AWSElasticLoadBalancingAnomalyDetection? { get set }
-
The port to use to connect with the target.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable healthCheckPort;
Swift
var healthCheckPort: String? { get set }
-
The description of the target.
Declaration
Objective-C
@property (nonatomic, strong) AWSElasticLoadBalancingTargetDescription *_Nullable target;
Swift
var target: AWSElasticLoadBalancingTargetDescription? { get set }
-
The health information for the target.
Declaration
Objective-C
@property (nonatomic, strong) AWSElasticLoadBalancingTargetHealth *_Nullable targetHealth;
Swift
var targetHealth: AWSElasticLoadBalancingTargetHealth? { get set }