Skip to content

AccountsProps

Properties for defining a Accounts.

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

Initializer

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

Properties

Name Type Description
DbInstanceId object Property dbInstanceId: The ID of the RDS instance.
AccountName object Property accountName: The name of the RDS account.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

DbInstanceIdRequired

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

Property dbInstanceId: The ID of the RDS instance.


AccountNameOptional

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

Property accountName: The name of the RDS account.


RefreshOptionsOptional

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.