RosRdsExternalStoreProps
Properties for defining a RosRdsExternalStore
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-rdsexternalstore
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.RosRdsExternalStoreProps {
Db: interface{},
ExternalStoreName: interface{},
Host: interface{},
Password: interface{},
Port: interface{},
Project: interface{},
Region: interface{},
StoreType: interface{},
Table: interface{},
Username: interface{},
VpcId: interface{},
InstanceId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Db |
interface{} |
No description. |
ExternalStoreName |
interface{} |
No description. |
Host |
interface{} |
No description. |
Password |
interface{} |
No description. |
Port |
interface{} |
No description. |
Project |
interface{} |
No description. |
Region |
interface{} |
No description. |
StoreType |
interface{} |
No description. |
Table |
interface{} |
No description. |
Username |
interface{} |
No description. |
VpcId |
interface{} |
No description. |
InstanceId |
interface{} |
No description. |
Db
Required
Db interface{}
- Type: interface{}
ExternalStoreName
Required
ExternalStoreName interface{}
- Type: interface{}
Host
Required
Host interface{}
- Type: interface{}
Password
Required
Password interface{}
- Type: interface{}
Port
Required
Port interface{}
- Type: interface{}
Project
Required
Project interface{}
- Type: interface{}
Region
Required
Region interface{}
- Type: interface{}
StoreType
Required
StoreType interface{}
- Type: interface{}
Table
Required
Table interface{}
- Type: interface{}
Username
Required
Username interface{}
- Type: interface{}
VpcId
Required
VpcId interface{}
- Type: interface{}
InstanceId
Optional
InstanceId interface{}
- Type: interface{}