ConsumerGroupProps
Properties for defining a ConsumerGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kafka-consumergroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Kafka;
new ConsumerGroupProps {
object ConsumerId,
object InstanceId,
object Remark = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
ConsumerId | object | Property consumerId: Group name. |
InstanceId | object | Property instanceId: Kafka instance id. |
Remark | object | Property remark: Remark description. |
Tags | TagsProperty[] | Property tags: Tags to attach to instance. |
ConsumerIdRequired
public object ConsumerId { get; set; }
- Type: object
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
public object InstanceId { get; set; }
- Type: object
Property instanceId: Kafka instance id.
RemarkOptional
public object Remark { get; set; }
- Type: object
Property remark: Remark description.
TagsOptional
public TagsProperty[] Tags { get; set; }
- 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.