Skip to content

RosAccountProps

Properties for defining a RosAccount.

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

Initializer

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

Properties

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

AccountNameRequired

AccountName interface{}
  • Type: interface{}

AccountPasswordRequired

AccountPassword interface{}
  • Type: interface{}

DbClusterIdRequired

DbClusterId interface{}
  • Type: interface{}

AccountDescriptionOptional

AccountDescription interface{}
  • Type: interface{}

AccountTypeOptional

AccountType interface{}
  • Type: interface{}