Comment on page
DatabaseEndpoint Object
Endpoint parameters to connect to a database server.
Connection endpoint for the database server.
Type:
string
Required: Yes
Password to use when authenticating with the database server.
Type:
string
Required: Conditional
Connection port for the database server.
Type:
integer
Required: Yes
Username with which to authenticate with the database server
Type:
string
Required: Yes
{
"endpoint": "my-instance.example.com",
"port": 3306,
"username": "user1",
"password": "123456789012"
}
Last modified 5yr ago