Values_1.CreateDBSecurityGroupMessageSourcetype nonrec t = {dBSecurityGroupName : Values_0.String_.t;The name for the DB security group. This value is stored as a lowercase string. 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 Must not be "Default" Example: mysecuritygroup
*)dBSecurityGroupDescription : Values_0.String_.t;The description for the DB security group.
*)}val make :
?tags:??? ->
dBSecurityGroupName:Values_0.String_.t ->
dBSecurityGroupDescription: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 ]