Skip to content

AccountProps

Properties for defining a Account.

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

Initializer

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

Properties

Name Type Description
AccountName interface{} Property accountName: Account name.
AccountPassword interface{} Property accountPassword: The password of the account.
DbInstanceId interface{} Property dbInstanceId: The ID of the instance.
AccountDescription interface{} Property accountDescription: Account description information.

AccountNameRequired

AccountName interface{}
  • Type: interface{}

Property accountName: Account name.


AccountPasswordRequired

AccountPassword interface{}
  • Type: interface{}

Property accountPassword: The password of the account.


DbInstanceIdRequired

DbInstanceId interface{}
  • Type: interface{}

Property dbInstanceId: The ID of the instance.


AccountDescriptionOptional

AccountDescription interface{}
  • Type: interface{}

Property accountDescription: Account description information.