Skip navigation links
com.tencentcloudapi.mps.v20190612.models

Class TaskNotifyConfig

Returns:
NotifyType The notification type. Valid values:
  • `CMQ`: This value is no longer used. Please use `TDMQ-CMQ` instead.
  • `TDMQ-CMQ`: Message queue
  • `URL`: If `NotifyType` is set to `URL`, HTTP callbacks are sent to the URL specified by `NotifyUrl`. HTTP and JSON are used for the callbacks. The packet contains the response parameters of the `ParseNotification` API.
  • `SCF`: This notification type is not recommended. You need to configure it in the SCF console.
  • `AWS-SQS`: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.
  • Note: If you do not pass this parameter or pass in an empty string, `CMQ` will be used. To use a different notification type, specify this parameter accordingly.
    Parameters:
    NotifyType - The notification type. Valid values:
  • `CMQ`: This value is no longer used. Please use `TDMQ-CMQ` instead.
  • `TDMQ-CMQ`: Message queue
  • `URL`: If `NotifyType` is set to `URL`, HTTP callbacks are sent to the URL specified by `NotifyUrl`. HTTP and JSON are used for the callbacks. The packet contains the response parameters of the `ParseNotification` API.
  • `SCF`: This notification type is not recommended. You need to configure it in the SCF console.
  • `AWS-SQS`: AWS queue. This type is only supported for AWS tasks, and the queue must be in the same region as the AWS bucket.
  • Note: If you do not pass this parameter or pass in an empty string, `CMQ` will be used. To use a different notification type, specify this parameter accordingly.
    Skip navigation links

    Copyright © 2023. All rights reserved.