Target Group Health Check Config
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)