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