TargetGroupHealthCheckConfigArgs

data class TargetGroupHealthCheckConfigArgs(val enabled: Output<Boolean>? = null, val healthCheckIntervalSeconds: Output<Int>? = null, val healthCheckTimeoutSeconds: Output<Int>? = null, val healthyThresholdCount: Output<Int>? = null, val matcher: Output<TargetGroupMatcherArgs>? = null, val path: Output<String>? = null, val port: Output<Int>? = null, val protocol: Output<TargetGroupHealthCheckConfigProtocol>? = null, val protocolVersion: Output<TargetGroupHealthCheckConfigProtocolVersion>? = null, val unhealthyThresholdCount: Output<Int>? = null) : ConvertibleToJava<TargetGroupHealthCheckConfigArgs>

Constructors

Link copied to clipboard
fun TargetGroupHealthCheckConfigArgs(enabled: Output<Boolean>? = null, healthCheckIntervalSeconds: Output<Int>? = null, healthCheckTimeoutSeconds: Output<Int>? = null, healthyThresholdCount: Output<Int>? = null, matcher: Output<TargetGroupMatcherArgs>? = null, path: Output<String>? = null, port: Output<Int>? = null, protocol: Output<TargetGroupHealthCheckConfigProtocol>? = null, protocolVersion: Output<TargetGroupHealthCheckConfigProtocolVersion>? = null, unhealthyThresholdCount: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null
Link copied to clipboard
val healthCheckIntervalSeconds: Output<Int>? = null
Link copied to clipboard
val healthCheckTimeoutSeconds: Output<Int>? = null
Link copied to clipboard
val healthyThresholdCount: Output<Int>? = null
Link copied to clipboard
val matcher: Output<TargetGroupMatcherArgs>? = null
Link copied to clipboard
val path: Output<String>? = null
Link copied to clipboard
val port: Output<Int>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val unhealthyThresholdCount: Output<Int>? = null