Skip to content

RosAccountProps

Properties for defining a RosAccount.

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

Initializer

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

Properties

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

AccountNameRequired

AccountName interface{}
  • Type: interface{}

AccountPasswordRequired

AccountPassword interface{}
  • Type: interface{}

DbInstanceIdRequired

DbInstanceId interface{}
  • Type: interface{}

AccountDescriptionOptional

AccountDescription interface{}
  • Type: interface{}