TargetGroupHealthCheckConfig

data class TargetGroupHealthCheckConfig(val enabled: Boolean? = null, val healthCheckIntervalSeconds: Int? = null, val healthCheckTimeoutSeconds: Int? = null, val healthyThresholdCount: Int? = null, val matcher: TargetGroupMatcher? = null, val path: String? = null, val port: Int? = null, val protocol: TargetGroupHealthCheckConfigProtocol? = null, val protocolVersion: TargetGroupHealthCheckConfigProtocolVersion? = null, val unhealthyThresholdCount: Int? = null)

Constructors

Link copied to clipboard
fun TargetGroupHealthCheckConfig(enabled: Boolean? = null, healthCheckIntervalSeconds: Int? = null, healthCheckTimeoutSeconds: Int? = null, healthyThresholdCount: Int? = null, matcher: TargetGroupMatcher? = null, path: String? = null, port: Int? = null, protocol: TargetGroupHealthCheckConfigProtocol? = null, protocolVersion: TargetGroupHealthCheckConfigProtocolVersion? = null, unhealthyThresholdCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val path: String? = null
Link copied to clipboard
val port: Int? = null
Link copied to clipboard
Link copied to clipboard