ConsumerGroupProps
Properties for defining a ConsumerGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rocketmq5-consumergroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrocketmq5/datasource"
&datasource.ConsumerGroupProps {
ConsumerGroupId: interface{},
InstanceId: interface{},
RefreshOptions: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
ConsumerGroupId |
interface{} |
Property consumerGroupId: The ID of the consumer group. |
InstanceId |
interface{} |
Property instanceId: The ID of the instance to which the consumer group belongs. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ConsumerGroupIdRequired
ConsumerGroupId interface{}
- Type: interface{}
Property consumerGroupId: The ID of the consumer group.
InstanceIdRequired
InstanceId interface{}
- Type: interface{}
Property instanceId: The ID of the instance to which the consumer group belongs.
RefreshOptionsOptional
RefreshOptions interface{}
- Type: interface{}
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.