DBInstanceProps
Properties for defining a DBInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rds-dbinstance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new DBInstanceProps {
object DbInstanceId = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
DbInstanceId |
object |
Property dbInstanceId: The ID of the instance. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
DbInstanceId
Optional
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: The ID of the instance.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.