RdsExternalStoreProps
Properties for defining a RdsExternalStore.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-rdsexternalstore
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new RdsExternalStoreProps {
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 |
Property db: The name of the database in the ApsaraDB RDS for MySQL instance. |
ExternalStoreName |
object |
Property externalStoreName: The name of the external store. |
Host |
object |
Property host: The internal or public endpoint of the ApsaraDB RDS for MySQL instance. |
Password |
object |
Property password: The password that is used to log on to the ApsaraDB RDS for MySQL instance. |
Port |
object |
Property port: The internal or public port of the ApsaraDB RDS for MySQL instance. |
Project |
object |
Property project: The name of the project. |
Region |
object |
Property region: The region where the ApsaraDB RDS for MySQL instance resides. |
StoreType |
object |
Property storeType: The storage type. |
Table |
object |
Property table: The name of the database table in the ApsaraDB RDS for MySQL instance. |
Username |
object |
Property username: The username that is used to log on to the ApsaraDB RDS for MySQL instance. |
VpcId |
object |
Property vpcId: The ID of the VPC to which the ApsaraDB RDS for MySQL instance belongs. |
InstanceId |
object |
Property instanceId: The id of the RDS instance. |
DbRequired
public object Db { get; set; }
- Type: object
Property db: The name of the database in the ApsaraDB RDS for MySQL instance.
ExternalStoreNameRequired
public object ExternalStoreName { get; set; }
- Type: object
Property externalStoreName: The name of the external store.
The name must be unique in a project and different from Logstore.
HostRequired
public object Host { get; set; }
- Type: object
Property host: The internal or public endpoint of the ApsaraDB RDS for MySQL instance.
PasswordRequired
public object Password { get; set; }
- Type: object
Property password: The password that is used to log on to the ApsaraDB RDS for MySQL instance.
PortRequired
public object Port { get; set; }
- Type: object
Property port: The internal or public port of the ApsaraDB RDS for MySQL instance.
ProjectRequired
public object Project { get; set; }
- Type: object
Property project: The name of the project.
RegionRequired
public object Region { get; set; }
- Type: object
Property region: The region where the ApsaraDB RDS for MySQL instance resides.
Valid values: cn-qingdao, cn-beijing, cn-hangzhou.
StoreTypeRequired
public object StoreType { get; set; }
- Type: object
Property storeType: The storage type.
Set the value to rds-vpc, which indicates an ApsaraDB RDS for MySQL database in a virtual private cloud (VPC).
TableRequired
public object Table { get; set; }
- Type: object
Property table: The name of the database table in the ApsaraDB RDS for MySQL instance.
UsernameRequired
public object Username { get; set; }
- Type: object
Property username: The username that is used to log on to the ApsaraDB RDS for MySQL instance.
VpcIdRequired
public object VpcId { get; set; }
- Type: object
Property vpcId: The ID of the VPC to which the ApsaraDB RDS for MySQL instance belongs.
InstanceIdOptional
public object InstanceId { get; set; }
- Type: object
Property instanceId: The id of the RDS instance.