RosAccountProps
Properties for defining a RosAccount
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardbx-account
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpolardbx"
&alicloudroscdkpolardbx.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. |
AccountName
Required
AccountName interface{}
- Type: interface{}
AccountPassword
Required
AccountPassword interface{}
- Type: interface{}
DbInstanceId
Required
DbInstanceId interface{}
- Type: interface{}
AccountDescription
Optional
AccountDescription interface{}
- Type: interface{}