Skip to content

RosAccountProps

Properties for defining a RosAccount.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-drds-account

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdrds"
&alicloudroscdkdrds.RosAccountProps {
    DbPrivileges: interface{},
    DrdsAccountName: interface{},
    InstanceId: interface{},
    Password: interface{},
    Description: interface{},
}

Properties

Name Type Description
DbPrivileges interface{} No description.
DrdsAccountName interface{} No description.
InstanceId interface{} No description.
Password interface{} No description.
Description interface{} No description.

DbPrivilegesRequired

DbPrivileges interface{}
  • Type: interface{}

DrdsAccountNameRequired

DrdsAccountName interface{}
  • Type: interface{}

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

PasswordRequired

Password interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}