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. |
DbRequired
Db interface{}
- Type: interface{}
ExternalStoreNameRequired
ExternalStoreName interface{}
- Type: interface{}
HostRequired
Host interface{}
- Type: interface{}
PasswordRequired
Password interface{}
- Type: interface{}
PortRequired
Port interface{}
- Type: interface{}
ProjectRequired
Project interface{}
- Type: interface{}
RegionRequired
Region interface{}
- Type: interface{}
StoreTypeRequired
StoreType interface{}
- Type: interface{}
TableRequired
Table interface{}
- Type: interface{}
UsernameRequired
Username interface{}
- Type: interface{}
VpcIdRequired
VpcId interface{}
- Type: interface{}
InstanceIdOptional
InstanceId interface{}
- Type: interface{}