Skip to content

Commit

Permalink
More MongoDB3.6-only clarifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddneilson committed Nov 19, 2020
1 parent eb871fe commit f9c83eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/aws-rfdk/lib/deadline/lib/database-connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ import {
export interface DocDBConnectionOptions {

/**
* The Document DB Cluster this connection is for
* The Document DB Cluster this connection is for.
* Note: Deadline officially supports only databases that are compatible with MongoDB 3.6.
*/
readonly database: IDatabaseCluster;

Expand All @@ -61,6 +62,7 @@ export interface DocDBConnectionOptions {
export interface MongoDbInstanceConnectionOptions {
/**
* The MongoDB database to connect to.
* Note: Deadline officially supports only databases that are compatible with MongoDB 3.6.
*/
readonly database: IMongoDb;

Expand Down

0 comments on commit f9c83eb

Please sign in to comment.