Values.CreateDBSubnetGroupMessageSourceRepresents the input to CreateDBSubnetGroup.
type nonrec t = {dBSubnetGroupName : String_.t;The name for the 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. Example: mySubnetgroup
*)dBSubnetGroupDescription : String_.t;The description for the subnet group.
*)subnetIds : SubnetIdentifierList.t;The Amazon EC2 subnet IDs for the subnet group.
*)}val make :
?tags:??? ->
dBSubnetGroupName:String_.t ->
dBSubnetGroupDescription:String_.t ->
subnetIds:SubnetIdentifierList.t ->
unit ->
t