Values_1.CreateDBSubnetGroupMessageSourcetype nonrec t = {dBSubnetGroupName : Values_0.String_.t;The name for the DB subnet group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens. Must not be default. First character must be a letter. Example: mydbsubnetgroup
*)dBSubnetGroupDescription : Values_0.String_.t;The description for the DB subnet group.
*)subnetIds : Values_0.SubnetIdentifierList.t;The EC2 Subnet IDs for the DB subnet group.
*)}val make :
?tags:??? ->
dBSubnetGroupName:Values_0.String_.t ->
dBSubnetGroupDescription:Values_0.String_.t ->
subnetIds:Values_0.SubnetIdentifierList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_0.String_.t ])
list ]