RosRdsExternalStoreProps
Properties for defining a RosRdsExternalStore.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-rdsexternalstore
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new RosRdsExternalStoreProps {
object Db,
object ExternalStoreName,
object Host,
object Password,
object Port,
object Project,
object Region,
object StoreType,
object Table,
object Username,
object VpcId,
object InstanceId = null
};
Properties
| Name | Type | Description |
|---|---|---|
Db |
object |
No description. |
ExternalStoreName |
object |
No description. |
Host |
object |
No description. |
Password |
object |
No description. |
Port |
object |
No description. |
Project |
object |
No description. |
Region |
object |
No description. |
StoreType |
object |
No description. |
Table |
object |
No description. |
Username |
object |
No description. |
VpcId |
object |
No description. |
InstanceId |
object |
No description. |
DbRequired
public object Db { get; set; }
- Type: object
ExternalStoreNameRequired
public object ExternalStoreName { get; set; }
- Type: object
HostRequired
public object Host { get; set; }
- Type: object
PasswordRequired
public object Password { get; set; }
- Type: object
PortRequired
public object Port { get; set; }
- Type: object
ProjectRequired
public object Project { get; set; }
- Type: object
RegionRequired
public object Region { get; set; }
- Type: object
StoreTypeRequired
public object StoreType { get; set; }
- Type: object
TableRequired
public object Table { get; set; }
- Type: object
UsernameRequired
public object Username { get; set; }
- Type: object
VpcIdRequired
public object VpcId { get; set; }
- Type: object
InstanceIdOptional
public object InstanceId { get; set; }
- Type: object