Skip to content

RosAccountProps

Properties for defining a RosAccount.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpolardb"
&alicloudroscdkpolardb.RosAccountProps {
    AccountName: interface{},
    AccountPassword: interface{},
    DbClusterId: interface{},
    AccountDescription: interface{},
    AccountPrivilege: interface{},
    AccountType: interface{},
    DbName: interface{},
    PrivForAllDb: interface{},
}

Properties

Name Type Description
AccountName interface{} No description.
AccountPassword interface{} No description.
DbClusterId interface{} No description.
AccountDescription interface{} No description.
AccountPrivilege interface{} No description.
AccountType interface{} No description.
DbName interface{} No description.
PrivForAllDb interface{} No description.

AccountNameRequired

AccountName interface{}
  • Type: interface{}

AccountPasswordRequired

AccountPassword interface{}
  • Type: interface{}

DbClusterIdRequired

DbClusterId interface{}
  • Type: interface{}

AccountDescriptionOptional

AccountDescription interface{}
  • Type: interface{}

AccountPrivilegeOptional

AccountPrivilege interface{}
  • Type: interface{}

AccountTypeOptional

AccountType interface{}
  • Type: interface{}

DbNameOptional

DbName interface{}
  • Type: interface{}

PrivForAllDbOptional

PrivForAllDb interface{}
  • Type: interface{}