GetCapacityBlockReservationInterruptionInfo constructor

const GetCapacityBlockReservationInterruptionInfo({
  1. required Input<String> interruptionType,
  2. required Input<String> sourceCapacityReservationId,
})

Creates a new GetCapacityBlockReservationInterruptionInfo. interruptionType Type of interruption that occurred. Either spot-interruption or capacity-block-interruption. sourceCapacityReservationId ID of the source Capacity Reservation that originally held the capacity, if the reservation was created as a result of an interruption.

Implementation

const GetCapacityBlockReservationInterruptionInfo({
  required this.interruptionType,
  required this.sourceCapacityReservationId,
});