Skip to content

RosConsumerGroupProps

Properties for defining a RosConsumerGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kafka-consumergroup

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkkafka"
&alicloudroscdkkafka.RosConsumerGroupProps {
    ConsumerId: interface{},
    InstanceId: interface{},
    Remark: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkkafka.RosConsumerGroup.TagsProperty,
}

Properties

Name Type Description
ConsumerId interface{} No description.
InstanceId interface{} No description.
Remark interface{} No description.
Tags *[]TagsProperty No description.

ConsumerIdRequired

ConsumerId interface{}
  • Type: interface{}

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

RemarkOptional

Remark interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty