Scaling Schedule Args
constructor(daysOfWeek: Output<List<String>>? = null, name: Output<String>? = null, offPeakLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null, offPeakStartTime: Output<String>? = null, peakLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null, peakStartTime: Output<String>? = null, rampDownCapacityThresholdPct: Output<Int>? = null, rampDownForceLogoffUsers: Output<Boolean>? = null, rampDownLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null, rampDownMinimumHostsPct: Output<Int>? = null, rampDownNotificationMessage: Output<String>? = null, rampDownStartTime: Output<String>? = null, rampDownStopHostsWhen: Output<Either<String, StopHostsWhen>>? = null, rampDownWaitTimeMinutes: Output<Int>? = null, rampUpCapacityThresholdPct: Output<Int>? = null, rampUpLoadBalancingAlgorithm: Output<Either<String, SessionHostLoadBalancingAlgorithm>>? = null, rampUpMinimumHostsPct: Output<Int>? = null, rampUpStartTime: Output<String>? = null)