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. |
GroupId
Required
GroupId interface{}
- Type: interface{}
InstanceId
Required
InstanceId interface{}
- Type: interface{}
GroupType
Optional
GroupType interface{}
- Type: interface{}
Remark
Optional
Remark interface{}
- Type: interface{}