SchedulingMaxPriorityOverride
Defines the override behavior for jobs at the maximum priority (100) in weighted balanced scheduling.
Inheritors
Types
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.
Functions
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.
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.