Values.BucketBundleSourceDescribes the specifications of a bundle that can be applied to an Amazon Lightsail bucket. A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket.
type nonrec t = {bundleId : NonEmptyString.t option;The ID of the bundle.
*)name : NonEmptyString.t option;The name of the bundle.
*)price : Float_.t option;The monthly price of the bundle, in US dollars.
*)storagePerMonthInGb : Integer.t option;The storage size of the bundle, in GB.
*)transferPerMonthInGb : Integer.t option;The monthly network transfer quota of the bundle.
*)isActive : Boolean.t option;Indicates whether the bundle is active. Use for a new or existing bucket.
*)}