...
Property | Macro Enabled? | Version Introduced | Description |
---|---|---|---|
Driver Name | No | Required. Name of the JDBC driver to use. Default is cloudsql-mysql. | |
Database | Yes | Required. MySQL database name. | |
Username | Yes | Optional. User identity for connecting to the specified database. | |
Password | Yes | Optional. Password to use to connect to the specified database. | |
CloudSQL Instance Type | No | Optional. Whether the CloudSQL instance to connect to is private or public. Default is Public. | |
Connection Name | Yes | Required. The CloudSQL instance to connect to in the format <PROJECT_ID>:<REGION>:<INSTANCE_NAME>. Can be found in the instance overview page. | |
Port | Yes | 6.9.0/1.10.05 | Optional. Port that MySQL is running on. Default is 3306. |
Database Command | Yes | Required. Database command to execute. | |
Connection Timeout | No | Optional. The timeout value (in seconds) used for socket connect operations. If connecting to the server takes longer than this value, the connection is broken. A value of 0 means that it is disabled. Default is 10. | |
Connection Arguments | Yes | Optional. A list of arbitrary string key/value pairs as connection arguments. These arguments will be passed to the JDBC driver as connection arguments for JDBC drivers that may need additional configurations. |
...