AwsElasticLoadBalancingv2TargetHealthDescriptionPropertiesArgs

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

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
val healthCheckPort: Output<String>? = null

The port to use to connect with the target.

Link copied to clipboard
val target: Output<TargetDescriptionArgs>? = null

The description of the target.

Link copied to clipboard
val targetHealth: Output<TargetHealthArgs>? = null

The health information for the target.

Functions

Link copied to clipboard
open override fun toJava(): AwsElasticLoadBalancingv2TargetHealthDescriptionPropertiesArgs