Skip to content

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.

AccountNameRequired

AccountName interface{}
  • Type: interface{}

Property accountName: RDS account name.


AccountPrivilegeRequired

AccountPrivilege interface{}
  • Type: interface{}

Property accountPrivilege: RDS account privilege.

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


DbInstanceIdRequired

DbInstanceId interface{}
  • Type: interface{}

Property dbInstanceId: RDS instance ID.


DbNameRequired

DbName interface{}
  • Type: interface{}

Property dbName: RDS database name.

Separate multiple database names with commas (,).