Values_1.InterruptionInfoSourceContains information about how and when instances in an interruptible reservation can be terminated when capacity is reclaimed.
type nonrec t = {sourceCapacityReservationId : Values_0.String_.t option;The ID of the source Capacity Reservation from which the interruptible reservation was created.
*)interruptionType : InterruptionType.t option;The interruption type that determines how instances are terminated when capacity is reclaimed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]