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. |
GroupName
Optional
GroupName interface{}
- Type: interface{}
Property groupName: GroupName.
GroupType
Optional
GroupType interface{}
- Type: interface{}
Property groupType: GroupType.
InstanceId
Optional
InstanceId interface{}
- Type: interface{}
Property instanceId: InstanceId.
RefreshOptions
Optional
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.