Skip to content

AccountPrivilegeProps

Properties for defining a AccountPrivilege.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-accountprivilege

Initializer

import com.aliyun.ros.cdk.rds.AccountPrivilegeProps;
AccountPrivilegeProps.builder()
    .accountName(java.lang.String)
    .accountName(IResolvable)
    .accountPrivilege(java.lang.String)
    .accountPrivilege(IResolvable)
    .dbInstanceId(java.lang.String)
    .dbInstanceId(IResolvable)
    .dbName(java.lang.String)
    .dbName(IResolvable)
    .build();

Properties

Name Type Description
accountName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property accountName: RDS account name.
accountPrivilege java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property accountPrivilege: RDS account privilege.
dbInstanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property dbInstanceId: RDS instance ID.
dbName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property dbName: RDS database name.

accountNameRequired

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

Property accountName: RDS account name.


accountPrivilegeRequired

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

Property accountPrivilege: RDS account privilege.

The specified number must be the same as the number of DbName


dbInstanceIdRequired

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

Property dbInstanceId: RDS instance ID.


dbNameRequired

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

Property dbName: RDS database name.

Separate multiple database names with commas (,).