Values_1.CreateOptionGroupMessageSourcetype nonrec t = {optionGroupName : Values_0.String_.t;Specifies the name of the option group to be created. Constraints: Must be 1 to 255 letters, numbers, or hyphens First character must be a letter Can't end with a hyphen or contain two consecutive hyphens Example: myoptiongroup
*)engineName : Values_0.String_.t;The name of the engine to associate this option group with. Valid Values: db2-ae db2-se mariadb mysql oracle-ee oracle-ee-cdb oracle-se2 oracle-se2-cdb postgres sqlserver-ee sqlserver-se sqlserver-ex sqlserver-web
*)majorEngineVersion : Values_0.String_.t;Specifies the major version of the engine that this option group should be associated with.
*)optionGroupDescription : Values_0.String_.t;The description of the option group.
*)}val make :
?tags:??? ->
optionGroupName:Values_0.String_.t ->
engineName:Values_0.String_.t ->
majorEngineVersion:Values_0.String_.t ->
optionGroupDescription:Values_0.String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String_.t ])
list ]