interface DocDBConnectionOptions
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.DocDBConnectionOptions |
TypeScript (source) | aws-rfdk » deadline » DocDBConnectionOptions |
Options when constructing UserData for Linux.
Properties
| Name | Type | Description |
|---|---|---|
| database | IDatabase | The Document DB Cluster this connection is for. |
| login | ISecret | A Secret that contains the login information for the database. |
database
Type:
IDatabase
The Document DB Cluster this connection is for.
Note: Deadline officially supports only databases that are compatible with MongoDB 5.0 and greater.
login
Type:
ISecret
A Secret that contains the login information for the database.
This must be a secret containing a JSON document as follows:
{
"username": "

Python
TypeScript (