Amazon Aurora Connector Guide > Amazon Aurora Connections > Amazon Aurora Connection Properties
  

Amazon Aurora Connection Properties

When you set up an Amazon Aurora connection, you must configure the connection properties.
The following table describes the Amazon Aurora connection properties:
Connection Property
Description
Runtime Environment
Runtime environment that contains the Secure Agent used to access Amazon Aurora.
Host
Amazon Aurora server host name.
For example, xyzcloud-cluster.cluster-cj8irztl1mku.us-west-2.rds.amazonaws.com
Port
Amazon Aurora directory server port number.
Database Name
Name of the Amazon Aurora database.
Code Page
The code page of the database server defined in the connection.
Select one of the following code pages:
  • - MS Windows Latin 1
  • - UTF-8
  • - Shift-JIS
  • - ISO 8859-15 Latin 9 (Western European).
  • - ISO 8859-2 Eastern European.
  • - ISO 8859-3 Southeast European.
  • - -ISO 8859-5 Cyrillic.
  • - ISO 8859-9 Latin 5 (Turkish).
  • - IBM EBCDIC International Latin-1.
Metadata Advanced Connection Properties
The values to set the optional properties of JDBC driver to fetch the metadata.
For example,
connectTimeout=180000
For more metadata advanced connection properties, see https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/
Run-time Advanced Connection Properties
The values to set the optional properties for ODBC run time driver.
For example,
charset=sjis;readtimeout=180
For more run time advanced connection properties, see https://mariadb.com/kb/en/mariadb/about-mariadb-connector-odbc/
Username
User name of the Amazon Aurora account.
Password
Password of the Amazon Aurora account.