allocate_instance_public_connection
Allocate a public network connection for an Alibaba Cloud RDS instance by specifying the region, instance ID, port, and connection string prefix.
Instructions
allocate db instance public connection.
Args:
region_id: The region ID of the RDS instance.
db_instance_id: The ID of the RDS instance.
connection_string_prefix: The prefix of connection string.
Returns:
dict[str, Any]: The response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | 3306 | |
| region_id | Yes | ||
| db_instance_id | Yes | ||
| connection_string_prefix | No |