AlwaysScheduleFirst
data class AlwaysScheduleFirst(val value: SchedulingMaxPriorityOverrideAlwaysScheduleFirst) : SchedulingMaxPriorityOverride
Jobs at the maximum priority (100) are always scheduled before other jobs, regardless of the weighted scheduling formula. If multiple jobs have priority 100, ties are broken using the standard weighted formula.
Inherited functions
Link copied to clipboard
Casts this SchedulingMaxPriorityOverride as a AlwaysScheduleFirst and retrieves its aws.sdk.kotlin.services.deadline.model.SchedulingMaxPriorityOverrideAlwaysScheduleFirst value. Throws an exception if the SchedulingMaxPriorityOverride is not a AlwaysScheduleFirst.
Link copied to clipboard
Casts this SchedulingMaxPriorityOverride as a AlwaysScheduleFirst and retrieves its aws.sdk.kotlin.services.deadline.model.SchedulingMaxPriorityOverrideAlwaysScheduleFirst value. Returns null if the SchedulingMaxPriorityOverride is not a AlwaysScheduleFirst.