Values.CreateDBClusterParameterGroupMessageSourceRepresents the input of CreateDBClusterParameterGroup.
type nonrec t = {dBClusterParameterGroupName : String_.t;The name of the cluster parameter group. Constraints: Must not match the name of an existing DBClusterParameterGroup. This value is stored as a lowercase string.
*)dBParameterGroupFamily : String_.t;The cluster parameter group family name.
*)description : String_.t;The description for the cluster parameter group.
*)}