AwsElasticLoadBalancingv2TargetHealthDescriptionPropertiesResponse

data class AwsElasticLoadBalancingv2TargetHealthDescriptionPropertiesResponse(val anomalyDetection: AnomalyDetectionResponse? = null, val healthCheckPort: String? = null, val target: TargetDescriptionResponse? = null, val targetHealth: TargetHealthResponse? = null)

Definition of awsElasticLoadBalancingv2TargetHealthDescription

Constructors

constructor(anomalyDetection: AnomalyDetectionResponse? = null, healthCheckPort: String? = null, target: TargetDescriptionResponse? = null, targetHealth: TargetHealthResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The anomaly detection result for the target.

If no anomalies were detected, the result is normal.

If anomalies were detected, the result is anomalous.

Link copied to clipboard
val healthCheckPort: String? = null

The port to use to connect with the target.

Link copied to clipboard

The description of the target.

Link copied to clipboard

The health information for the target.