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. |
accountName
Required
public java.lang.Object getAccountName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property accountName: RDS account name.
accountPrivilege
Required
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
dbInstanceId
Required
public java.lang.Object getDbInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property dbInstanceId: RDS instance ID.
dbName
Required
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 (,).