In this slot format each slot only has the requested capacity types. This slot size is as specified by slot duration.

Export

FixedSlot

interface FixedSlot {
    availableCapacity?: number;
    encumberedCapacity?: number;
    reservedCapacity?: number;
    scheduledCapacity?: number;
    startDateTime?: string;
}

Properties

availableCapacity?: number

Available capacity corresponding to the slot. This capacity represents the capacity available for allocation to reservations.

Memberof

FixedSlot

encumberedCapacity?: number

Encumbered capacity corresponding to the slot. This capacity represents the capacity allocated for Amazon Jobs/Appointments/Orders.

Memberof

FixedSlot

reservedCapacity?: number

Reserved capacity corresponding to the slot. This capacity represents the capacity made unavailable due to events like Breaks/Leaves/Lunch.

Memberof

FixedSlot

scheduledCapacity?: number

Scheduled capacity corresponding to the slot. This capacity represents the originally allocated capacity as per resource schedule.

Memberof

FixedSlot

startDateTime?: string

Start date time of slot in ISO 8601 format with precision of seconds.

Memberof

FixedSlot