Aws Elastic Load Balancingv2Target Health Description Properties Args
data class AwsElasticLoadBalancingv2TargetHealthDescriptionPropertiesArgs(val anomalyDetection: Output<AnomalyDetectionArgs>? = null, val healthCheckPort: Output<String>? = null, val target: Output<TargetDescriptionArgs>? = null, val targetHealth: Output<TargetHealthArgs>? = null) : ConvertibleToJava<AwsElasticLoadBalancingv2TargetHealthDescriptionPropertiesArgs>
Definition of awsElasticLoadBalancingv2TargetHealthDescription
Constructors
Link copied to clipboard
constructor(anomalyDetection: Output<AnomalyDetectionArgs>? = null, healthCheckPort: Output<String>? = null, target: Output<TargetDescriptionArgs>? = null, targetHealth: Output<TargetHealthArgs>? = null)
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
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.