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. |
ConnectionStringPrefix
Required
ConnectionStringPrefix interface{}
- Type: interface{}
Property connectionStringPrefix: The endpoint that is used to connect to the specified database.
DbInstanceId
Required
DbInstanceId interface{}
- Type: interface{}
Property dbInstanceId: The ID of the instance.
Port
Required
Port interface{}
- Type: interface{}
Property port: The port number of the instance.