ALIYUN::KAFKA::ConsumerGroup is used to create a consumer group.
Syntax
{
"Type": "ALIYUN::KAFKA::ConsumerGroup",
"Properties": {
"InstanceId": String,
"ConsumerId": String,
"Tags": List,
"Remark": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
InstanceId | String | Yes | No | The ID of the ApsaraMQ for Kafka instance. | None. |
ConsumerId | String | Yes | No | The name of the consumer group. | Valid values:
|
Tags | List | No | Yes | The tags. | You can specify 1 to 20 tags. For more information, see Tags properties. |
Remark | String | No | No | The description of the consumer group. | None. |
Tags syntax
"Tags": [
{
"Value": String,
"Key": String
}
]
Tags properties
Property | Type | Required | Editable | Description | Constraint |
Value | String | No | No | The tag value of the resource. |
|
Key | String | Yes | No | The tag key of the resource. |
|
Return values
Fn::GetAtt
ConsumerId: the ID of the consumer group.