Skip to content

AccountProps

Properties for defining a Account.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-polardbx-account

Initializer

using AlibabaCloud.SDK.ROS.CDK.Polardbx;
new AccountProps {
    object DbInstanceId,
    object PolarDbxAccountName,
    object RefreshOptions = null
};

Properties

Name Type Description
DbInstanceId object Property dbInstanceId: The ID of the PolarDB-X 2.0 instance.
PolarDbxAccountName object Property polarDbxAccountName: The username of the account that you want to query.
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 PolarDB-X 2.0 instance.


PolarDbxAccountNameRequired

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

Property polarDbxAccountName: The username of the account that you want to query.

If you want to query information about a specific account, you must specify this parameter.


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.