Skip to content

RosAccountProps

Properties for defining a RosAccount.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkredis"
&alicloudroscdkredis.RosAccountProps {
    AccountName: interface{},
    AccountPassword: interface{},
    InstanceId: interface{},
    AccountDescription: interface{},
    AccountPrivilege: interface{},
    AccountType: interface{},
}

Properties

Name Type Description
AccountName interface{} No description.
AccountPassword interface{} No description.
InstanceId interface{} No description.
AccountDescription interface{} No description.
AccountPrivilege interface{} No description.
AccountType interface{} No description.

AccountNameRequired

AccountName interface{}
  • Type: interface{}

AccountPasswordRequired

AccountPassword interface{}
  • Type: interface{}

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

AccountDescriptionOptional

AccountDescription interface{}
  • Type: interface{}

AccountPrivilegeOptional

AccountPrivilege interface{}
  • Type: interface{}

AccountTypeOptional

AccountType interface{}
  • Type: interface{}