Values.AwsRedshiftClusterClusterParameterGroupSourceA cluster parameter group that is associated with an Amazon Redshift cluster.
type nonrec t = {clusterParameterStatusList : AwsRedshiftClusterClusterParameterStatusList.t
option;The list of parameter statuses.
*)parameterApplyStatus : NonEmptyString.t option;The status of updates to the parameters.
*)parameterGroupName : NonEmptyString.t option;The name of the parameter group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t ])
list ]