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. |
ConsumerIdRequired
ConsumerId interface{}
- Type: interface{}
Property consumerId: Group name.
- Reserved instance: Supports uppercase and lowercase letters, numbers, underscores (_), hyphens (-), and periods (.), limited to 3-64 characters.
- Serverless instance: Can only contain letters, numbers, and special characters "@._*$#^!&-", limited to 1-249 characters.
InstanceIdRequired
InstanceId interface{}
- Type: interface{}
Property instanceId: Kafka instance id.
RemarkOptional
Remark interface{}
- Type: interface{}
Property remark: Remark description.
TagsOptional
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.