Values.ClusterParameterGroupSourceDescribes a parameter group.
type nonrec t = {parameterGroupName : String_.t option;The name of the cluster parameter group.
*)parameterGroupFamily : String_.t option;The name of the cluster parameter group family that this cluster parameter group is compatible with.
*)description : String_.t option;The description of the parameter group.
*)}