Skip to content

GroupsProps

Properties for defining a Groups.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrocketmq/datasource"
&datasource.GroupsProps {
    GroupName: interface{},
    GroupType: interface{},
    InstanceId: interface{},
    RefreshOptions: interface{},
}

Properties

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

GroupNameOptional

GroupName interface{}
  • Type: interface{}

Property groupName: GroupName.


GroupTypeOptional

GroupType interface{}
  • Type: interface{}

Property groupType: GroupType.


InstanceIdOptional

InstanceId interface{}
  • Type: interface{}

Property instanceId: InstanceId.


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.