ConsumerGroupProps
Properties for defining a ConsumerGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kafka-consumergroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkkafka"
&alicloudroscdkkafka.ConsumerGroupProps {
ConsumerId: interface{},
InstanceId: interface{},
Remark: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkkafka.RosConsumerGroup.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
ConsumerId |
interface{} |
Property consumerId: Group name. |
InstanceId |
interface{} |
Property instanceId: Kafka instance id. |
Remark |
interface{} |
Property remark: Remark description. |
Tags |
*[]TagsProperty |
Property tags: Tags to attach to instance. |
ConsumerId
Required
ConsumerId interface{}
- Type: interface{}
Property consumerId: Group name.
Value: Can only contain letters, numbers, dashes (-), underscores (_), and at least one English or number. The length is limited to 3 to 128 characters, and more than 128 characters will be automatically intercepted. Once the group name is created, it cannot be modified.
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Property instanceId: Kafka instance id.
Remark
Optional
Remark interface{}
- Type: interface{}
Property remark: Remark description.
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.