Skip to content

ConsumerGroupProps

Properties for defining a ConsumerGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rocketmq5-consumergroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rocketmq5;
new ConsumerGroupProps {
    object ConsumerGroupId,
    object InstanceId,
    object RefreshOptions = null
};

Properties

Name Type Description
ConsumerGroupId object Property consumerGroupId: The ID of the consumer group.
InstanceId object Property instanceId: The ID of the instance to which the consumer group belongs.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

ConsumerGroupIdRequired

public object ConsumerGroupId { get; set; }
  • Type: object

Property consumerGroupId: The ID of the consumer group.


InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

Property instanceId: The ID of the instance to which the consumer group belongs.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.