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. |
Db
Required
public object Db { get; set; }
- Type: object
ExternalStoreName
Required
public object ExternalStoreName { get; set; }
- Type: object
Host
Required
public object Host { get; set; }
- Type: object
Password
Required
public object Password { get; set; }
- Type: object
Port
Required
public object Port { get; set; }
- Type: object
Project
Required
public object Project { get; set; }
- Type: object
Region
Required
public object Region { get; set; }
- Type: object
StoreType
Required
public object StoreType { get; set; }
- Type: object
Table
Required
public object Table { get; set; }
- Type: object
Username
Required
public object Username { get; set; }
- Type: object
VpcId
Required
public object VpcId { get; set; }
- Type: object
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object