Parameter | Type | Description | Example |
---|---|---|---|
object | The notification settings. The operation supports multiple messaging middleware options. For more information about notification messages, see Asynchronous message examples. You can use one of the following methods to receive notification messages:
| ||
MNS | MNS | The SMQ notification settings. | |
RocketMQ | RocketMQ | The ApsaraMQ for RocketMQ notification settings. | |
ExtendedMessageURI | string | The Object Storage Service (OSS) URI of the object that stores task notifications. Task information is written to the object in the JSON format. In most cases, you can receive notifications only by using EventBridge , Simple Message Queue, or ApsaraMQ for RocketMQ. For tasks that have a large amount of task information, such as archive file inspection tasks and decompression tasks, you can use an OSS object to store detailed task information. The OSS URI follows the oss://${Bucket}/${Object} format, where Note
The object is not a messaging method. It serves only as a container for detailed task information. Task status information is sent as a message, whereas the object stores detailed task information.
| oss://test-bucket/test-object.json |