RosDatabaseProps
Properties for defining a RosDatabase
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-database
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpolardb"
&alicloudroscdkpolardb.RosDatabaseProps {
CharacterSetName: interface{},
DbClusterId: interface{},
DbName: interface{},
AccountName: interface{},
AccountPrivilege: interface{},
Collate: interface{},
Ctype: interface{},
DbDescription: interface{},
}
Properties
Name | Type | Description |
---|---|---|
CharacterSetName |
interface{} |
No description. |
DbClusterId |
interface{} |
No description. |
DbName |
interface{} |
No description. |
AccountName |
interface{} |
No description. |
AccountPrivilege |
interface{} |
No description. |
Collate |
interface{} |
No description. |
Ctype |
interface{} |
No description. |
DbDescription |
interface{} |
No description. |
CharacterSetName
Required
CharacterSetName interface{}
- Type: interface{}
DbClusterId
Required
DbClusterId interface{}
- Type: interface{}
DbName
Required
DbName interface{}
- Type: interface{}
AccountName
Optional
AccountName interface{}
- Type: interface{}
AccountPrivilege
Optional
AccountPrivilege interface{}
- Type: interface{}
Collate
Optional
Collate interface{}
- Type: interface{}
Ctype
Optional
Ctype interface{}
- Type: interface{}
DbDescription
Optional
DbDescription interface{}
- Type: interface{}