Skip to content

RosGroupProps

Properties for defining a RosGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq-group

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrocketmq"
&alicloudroscdkrocketmq.RosGroupProps {
    GroupId: interface{},
    InstanceId: interface{},
    GroupType: interface{},
    Remark: interface{},
}

Properties

Name Type Description
GroupId interface{} No description.
InstanceId interface{} No description.
GroupType interface{} No description.
Remark interface{} No description.

GroupIdRequired

GroupId interface{}
  • Type: interface{}

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

GroupTypeOptional

GroupType interface{}
  • Type: interface{}

RemarkOptional

Remark interface{}
  • Type: interface{}