Skip to content

GroupsProps

Properties for defining a Groups.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-rocketmq'
const groupsProps: datasource.GroupsProps = { ... }

Properties

Name Type Description
groupName string | @alicloud/ros-cdk-core.IResolvable Property groupName: GroupName.
groupType string | @alicloud/ros-cdk-core.IResolvable Property groupType: GroupType.
instanceId string | @alicloud/ros-cdk-core.IResolvable Property instanceId: InstanceId.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

groupNameOptional

public readonly groupName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property groupName: GroupName.


groupTypeOptional

public readonly groupType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property groupType: GroupType.


instanceIdOptional

public readonly instanceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property instanceId: InstanceId.


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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.