| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The custom parameter configurations when the event source is ApsaraMQ for RocketMQ. | ||
| RegionId | string | The region to which the ApsaraMQ for RocketMQ instance belongs. | cn-hangzhou |
| InstanceId | string | The ID of the ApsaraMQ for RocketMQ instance. For more information, see Limits . | MQ_INST_164901546557****_BAAN**** |
| Topic | string | The name of the topic in the ApsaraMQ for RocketMQ instance. For more information, see Limits . | mytopic |
| Tag | string | The tags that are used to filter messages. | test |
| Offset | string | The consumer offset of messages. Valid values:
Default value: CONSUME_FROM_LAST_OFFSET. | CONSUME_FROM_TIMESTAMP |
| Timestamp | long | The timestamp of the offset from which the consumption starts. This parameter is valid only when you set Offset to CONSUME_FROM_TIMESTAMP. | 1636597951964 |
| GroupID | string | The ID of the consumer group on the ApsaraMQ for RocketMQ instance. | GID_group1 |
| InstanceType | string | The instance type of the ApsaraMQ for RocketMQ instance. | Cloud_5 |
| InstanceEndpoint | string | The information about the endpoint of the ApsaraMQ for RocketMQ instance. | registry-vpc.cn-hangzhou.aliyuncs.com |
| InstanceUsername | string | The username of the ApsaraMQ for RocketMQ instance. If you use the Internet, you must configure the username and password of the instance in the SDK code for authentication. | 6W0xz2uPfiwp**** |
| InstancePassword | string | The password of the ApsaraMQ for RocketMQ instance. | **** |
| FilterType | string | The message filter type. | Tag |
| FilterSql | string | This parameter is invalid. You do not need to configure the parameter. | |
| AuthType | string | The authentication type. Set the value to ACL or leave the value empty. The value ACL specifies that authentication is enabled. In this case, you must specify InstanceUsername and InstancePassword. | ACL |
| InstanceVpcId | string | The ID of the virtual private cloud (VPC) associated with the instance. | vpc-uf6of9452b2pba82c**** |
| InstanceVSwitchIds | string | The ID of the vSwitch associated with the instance. | vsw-uf6gwtbn6etadpvz7**** |
| InstanceSecurityGroupId | string | The ID of the security group. | sg-hp35r2hc3a3sv8q2**** |
| InstanceNetwork | string | The network type. | PrivateNetwork |