DocDBConnectionOptions

class aws_rfdk.deadline.DocDBConnectionOptions(*, database, login)

Bases: object

Options when constructing UserData for Linux.

Parameters:
  • database (IDatabaseCluster) – The Document DB Cluster this connection is for. Note: Deadline officially supports only databases that are compatible with MongoDB 5.0 and greater.

  • login (ISecret) – A Secret that contains the login information for the database. This must be a secret containing a JSON document as follows: { “username”: “”, “password”: “” }

Attributes

database

The Document DB Cluster this connection is for.

Note: Deadline officially supports only databases that are compatible with MongoDB 5.0 and greater.

login

A Secret that contains the login information for the database.

This must be a secret containing a JSON document as follows: { “username”: “”, “password”: “” }