AccountProps
Properties for defining a Account
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-graphdatabase-account
Initializer
using AlibabaCloud.SDK.ROS.CDK.Graphdatabase;
new AccountProps {
object AccountName,
object DbInstanceId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
AccountName |
object |
Property accountName: The name of the GDB Account. |
DbInstanceId |
object |
Property dbInstanceId: The ID of the GDB Instance. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
AccountName
Required
public object AccountName { get; set; }
- Type: object
Property accountName: The name of the GDB Account.
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: The ID of the GDB 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.