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