Skip to content

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.

CharacterSetNameRequired

CharacterSetName interface{}
  • Type: interface{}

DbInstanceIdRequired

DbInstanceId interface{}
  • Type: interface{}

DbNameRequired

DbName interface{}
  • Type: interface{}

DbDescriptionOptional

DbDescription interface{}
  • Type: interface{}