Skip to content

GroupsProps

Properties for defining a Groups.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rocketmq-groups

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rocketmq;
new GroupsProps {
    object GroupName = null,
    object GroupType = null,
    object InstanceId = null,
    object RefreshOptions = null
};

Properties

Name Type Description
GroupName object Property groupName: GroupName.
GroupType object Property groupType: GroupType.
InstanceId object Property instanceId: InstanceId.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

GroupNameOptional

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

Property groupName: GroupName.


GroupTypeOptional

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

Property groupType: GroupType.


InstanceIdOptional

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

Property instanceId: InstanceId.


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.