Values.CreateClusterParameterGroupResultSourceCreates an Amazon Redshift parameter group. Creating parameter groups is independent of creating clusters. You can associate a cluster with a parameter group when you create the cluster. You can also associate an existing cluster with a parameter group after the cluster is created by using ModifyCluster. Parameters in the parameter group define specific behavior that applies to the databases you create on the cluster. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
type createClusterParameterGroupResult = {clusterParameterGroup : ClusterParameterGroup.t option;}and t = {createClusterParameterGroupResult : createClusterParameterGroupResult;responseMetaData : responseMetaData;}type error = [ | `ClusterParameterGroupAlreadyExistsFault of
ClusterParameterGroupAlreadyExistsFault.t| `ClusterParameterGroupQuotaExceededFault of
ClusterParameterGroupQuotaExceededFault.t| `InvalidTagFault of InvalidTagFault.t| `TagLimitExceededFault of TagLimitExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterParameterGroupAlreadyExistsFault of unit
| `ClusterParameterGroupQuotaExceededFault of unit
| `InvalidTagFault of unit
| `TagLimitExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterParameterGroupAlreadyExistsFault of unit
| `ClusterParameterGroupQuotaExceededFault of unit
| `InvalidTagFault of unit
| `TagLimitExceededFault of unit
| `Unknown_operation_error of string * string option ]