External database
When using external databases (RDBMS) for your cluster components, the following variables can be specified in your blueprint for replacement:
Variable | Description | Example |
---|---|---|
rds.[type].connectionString | The jdbc url to the RDBMS | jdbc:postgresql://db.test:5432/test |
rds.[type].connectionDriver | The connection driver | org.postgresql.Driver |
rds.[type].connectionUserName | The user name to the database | admin |
rds.[type].connectionPassword | The password for the connection | Password1234! |
rds.[type].subprotocol | Parsed from jdbc url | postgres |
rds.[type].databaseEngine | Capital database name | POSTGRES |