Module Values.CreateDBClusterParameterGroupResultSource

Creates a new cluster parameter group. Parameters in a cluster parameter group apply to all of the instances in a cluster. A cluster parameter group is initially created with the default parameters for the database engine used by instances in the cluster. In Amazon DocumentDB, you cannot make modifications directly to the default.docdb3.6 cluster parameter group. If your Amazon DocumentDB cluster is using the default cluster parameter group and you want to modify a value in it, you must first create a new parameter group or copy an existing parameter group, modify it, and then apply the modified parameter group to your cluster. For the new cluster parameter group and associated settings to take effect, you must then reboot the instances in the cluster without failover. For more information, see Modifying Amazon DocumentDB Cluster Parameter Groups.

Sourcetype createDBClusterParameterGroupResult = {
  1. dBClusterParameterGroup : DBClusterParameterGroup.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createDBClusterParameterGroupResult : createDBClusterParameterGroupResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBParameterGroupAlreadyExistsFault of DBParameterGroupAlreadyExistsFault.t
  2. | `DBParameterGroupQuotaExceededFault of DBParameterGroupQuotaExceededFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBClusterParameterGroup:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBParameterGroupAlreadyExistsFault of unit | `DBParameterGroupQuotaExceededFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBParameterGroupAlreadyExistsFault of unit | `DBParameterGroupQuotaExceededFault 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 * [> `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