Skip to content

RosDBInstanceProps

Properties for defining a RosDBInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rds-dbinstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosDBInstanceProps {
    object DbInstanceId = null,
    object RefreshOptions = null
};

Properties

Name Type Description
DbInstanceId object No description.
RefreshOptions object No description.

DbInstanceIdOptional

public object DbInstanceId { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object