Skip to content

AccountProps

Properties for defining a Account.

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

Initializer

import com.aliyun.ros.cdk.polardbx.AccountProps;
AccountProps.builder()
    .accountName(java.lang.String)
    .accountName(IResolvable)
    .accountPassword(java.lang.String)
    .accountPassword(IResolvable)
    .dbInstanceId(java.lang.String)
    .dbInstanceId(IResolvable)
//  .accountDescription(java.lang.String)
//  .accountDescription(IResolvable)
    .build();

Properties

Name Type Description
accountName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property accountName: Account name.
accountPassword java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property accountPassword: The password of the account.
dbInstanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property dbInstanceId: The ID of the instance.
accountDescription java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property accountDescription: Account description information.

accountNameRequired

public java.lang.Object getAccountName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property accountName: Account name.


accountPasswordRequired

public java.lang.Object getAccountPassword();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property accountPassword: The password of the account.


dbInstanceIdRequired

public java.lang.Object getDbInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property dbInstanceId: The ID of the instance.


accountDescriptionOptional

public java.lang.Object getAccountDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property accountDescription: Account description information.