Service Health Check Configuration
data class ServiceHealthCheckConfiguration(val healthyThreshold: Int? = null, val interval: Int? = null, val path: String? = null, val protocol: ServiceHealthCheckConfigurationProtocol? = null, val timeout: Int? = null, val unhealthyThreshold: Int? = null)
Health check configuration