You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-rds): This release adds support for container databases (CDBs) to Amazon RDS Custom for Oracle. A CDB contains one PDB at creation. You can add more PDBs using Oracle SQL. You can also customize your database installation by setting the Oracle base, Oracle home, and the OS user name and group.
* <p>A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.</p>
3002
3007
*/
3003
3008
SupportsBabelfish?: boolean;
3009
+
3010
+
/**
3011
+
* <p>JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV).
3012
+
* RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base,
3013
+
* and UNIX/Linux user and group using the installation parameters. For more information,
3014
+
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.preparing.html#custom-cev.preparing.manifest.fields">JSON fields in the CEV manifest</a> in the <i>Amazon RDS User Guide</i>.
0 commit comments