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