InstanceProps
Properties for defining a Instance
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-redis-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Redis;
new InstanceProps {
object DbInstanceId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
DbInstanceId |
object |
Property dbInstanceId: Database instance id. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: Database instance id.
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.