Values_1.CapacityReservationTargetSourceDescribes a target Capacity Reservation or Capacity Reservation group.
type nonrec t = {capacityReservationId : Values_0.CapacityReservationId.t option;The ID of the Capacity Reservation in which to run the instance.
*)capacityReservationResourceGroupArn : Values_0.String_.t option;The ARN of the Capacity Reservation resource group in which to run the instance.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.CapacityReservationId.t ]) list ]