Values_0.OptionGroupMembershipSourceProvides information on the option groups the DB instance is a member of.
type nonrec t = {optionGroupName : String_.t option;The name of the option group that the instance belongs to.
*)status : String_.t option;The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.
*)}