Values.OfferingSourceA savings plan that reserves a certain amount of outbound bandwidth usage at a discounted rate each month over a period of time.
type nonrec t = {currencyCode : String_.t option;The type of currency that is used for billing. The currencyCode used for all reservations is US dollars.
*)duration : Integer.t option;The length of time that your reservation would be active.
*)durationUnits : DurationUnits.t option;The unit of measurement for the duration of the offering.
*)offeringArn : String_.t option;The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.
*)offeringDescription : String_.t option;A description of the offering.
*)pricePerUnit : String_.t option;The cost of a single unit. This value, in combination with priceUnits, makes up the rate.
*)priceUnits : PriceUnits.t option;The unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate.
*)resourceSpecification : ResourceSpecification.t option;A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
*)}