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