InstancePublicConnectionProps
Properties for defining a InstancePublicConnection.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-gpdb-instancepublicconnection
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkgpdb"
&alicloudroscdkgpdb.InstancePublicConnectionProps {
ConnectionStringPrefix: interface{},
DbInstanceId: interface{},
Port: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
ConnectionStringPrefix |
interface{} |
Property connectionStringPrefix: The endpoint that is used to connect to the specified database. |
DbInstanceId |
interface{} |
Property dbInstanceId: The ID of the instance. |
Port |
interface{} |
Property port: The port number of the instance. |
ConnectionStringPrefixRequired
ConnectionStringPrefix interface{}
- Type: interface{}
Property connectionStringPrefix: The endpoint that is used to connect to the specified database.
DbInstanceIdRequired
DbInstanceId interface{}
- Type: interface{}
Property dbInstanceId: The ID of the instance.
PortRequired
Port interface{}
- Type: interface{}
Property port: The port number of the instance.