AccountPrivilegeProps
Properties for defining a AccountPrivilege
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-accountprivilege
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrds"
&alicloudroscdkrds.AccountPrivilegeProps {
AccountName: interface{},
AccountPrivilege: interface{},
DbInstanceId: interface{},
DbName: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AccountName |
interface{} |
Property accountName: RDS account name. |
AccountPrivilege |
interface{} |
Property accountPrivilege: RDS account privilege. |
DbInstanceId |
interface{} |
Property dbInstanceId: RDS instance ID. |
DbName |
interface{} |
Property dbName: RDS database name. |
AccountName
Required
AccountName interface{}
- Type: interface{}
Property accountName: RDS account name.
AccountPrivilege
Required
AccountPrivilege interface{}
- Type: interface{}
Property accountPrivilege: RDS account privilege.
The specified number must be the same as the number of DbName
DbInstanceId
Required
DbInstanceId interface{}
- Type: interface{}
Property dbInstanceId: RDS instance ID.
DbName
Required
DbName interface{}
- Type: interface{}
Property dbName: RDS database name.
Separate multiple database names with commas (,).