Values_0.DBParameterGroupSourceContains the details of an Amazon RDS DB parameter group. This data type is used as a response element in the DescribeDBParameterGroups action.
type nonrec t = {dBParameterGroupName : String_.t option;The name of the DB parameter group.
*)dBParameterGroupFamily : String_.t option;The name of the DB parameter group family that this DB parameter group is compatible with.
*)description : String_.t option;Provides the customer-specified description for this DB parameter group.
*)dBParameterGroupArn : String_.t option;The Amazon Resource Name (ARN) for the DB parameter group.
*)}