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. |
AccountName
Required
AccountName interface{}
- Type: interface{}
AccountPassword
Required
AccountPassword interface{}
- Type: interface{}
DbClusterId
Required
DbClusterId interface{}
- Type: interface{}
AccountDescription
Optional
AccountDescription interface{}
- Type: interface{}
AccountType
Optional
AccountType interface{}
- Type: interface{}