Parameter | Type | Description | Example |
---|---|---|---|
object | The runtime configurations of the EventBridge-based trigger. | ||
batchWindow | BatchWindow | The batch window configurations. | |
deadLetterQueue | DeadLetterQueue | Whether to enable dead-letter queues. If you configure this parameter, dead-letter queues are enabled. By default, dead-letter queues are not enabled and messages are discarded when the retry policy is exhausted. Queues of Simple Message Queue (formerly MNS), ApsaraMQ for RocketMQ, and ApsaraMQ for Kafka, and EventBridge event buses can be used as dead-letter queues. | |
errorsTolerance | string | The fault tolerance policy. Valid values:
Note
The default value is NONE.
| ALL |
mode | string | The underlying application mode when message data is pushed to Function Compute. Valid values:
| event-streaming |
retryStrategy | RetryStrategy | The retry policy that you want to use if events fail to be pushed. |