DATASOURCE::ROCKETMQ5::ConsumerGroups is used to query consumer groups in ApsaraMQ for RocketMQ 5.0.
Syntax
{
"Type": "DATASOURCE::ROCKETMQ5::ConsumerGroups",
"Properties": {
"InstanceId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
InstanceId | String | Yes | Yes | The ID of the instance to which the consumer groups belong. | None. |
Return values
Fn::GetAtt
ConsumerGroups: the list of consumer groups.
ConsumerGroupIds: the IDs of consumer groups.
Property | Type | Description | Constraint |
ConsumerGroupIds | List | None. | None. |
ConsumerGroups | List | None. | None. |
UpdateTime | String | The time when the consumer group was last updated. | None. |
RegionId | String | The region ID of the instance. | None. |
CreateTime | String | The time when the consumer group was created. | None. |
ConsumerGroupId | String | The ID of the consumer group. | None. |
Status | String | The status of the consumer group. | None. |
InstanceId | String | The ID of the instance. | None. |
Remark | String | The description of the consumer group. | None. |