Values.ClusterParameterGroupStatusSourceDescribes the status of a parameter group.
type nonrec t = {parameterGroupName : String_.t option;The name of the cluster parameter group.
*)parameterApplyStatus : String_.t option;The status of parameter updates.
*)clusterParameterStatusList : ClusterParameterStatusList.t option;The list of parameter statuses. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
*)}