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. |
AccountName
Required
AccountName interface{}
- Type: interface{}
Property accountName: Account name.
AccountPassword
Required
AccountPassword interface{}
- Type: interface{}
Property accountPassword: The password of the account.
DbInstanceId
Required
DbInstanceId interface{}
- Type: interface{}
Property dbInstanceId: The ID of the instance.
AccountDescription
Optional
AccountDescription interface{}
- Type: interface{}
Property accountDescription: Account description information.