Module Values.CreateClusterParameterGroupResultSource

Creates 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.

Sourcetype createClusterParameterGroupResult = {
  1. clusterParameterGroup : ClusterParameterGroup.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createClusterParameterGroupResult : createClusterParameterGroupResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `ClusterParameterGroupAlreadyExistsFault of ClusterParameterGroupAlreadyExistsFault.t
  2. | `ClusterParameterGroupQuotaExceededFault of ClusterParameterGroupQuotaExceededFault.t
  3. | `InvalidTagFault of InvalidTagFault.t
  4. | `TagLimitExceededFault of TagLimitExceededFault.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?clusterParameterGroup:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t