FunctionEventInvokeConfigDestinationConfig constructor

const FunctionEventInvokeConfigDestinationConfig({
  1. Input<FunctionEventInvokeConfigDestinationConfigOnFailure?>? onFailure,
  2. Input<FunctionEventInvokeConfigDestinationConfigOnSuccess?>? onSuccess,
})

Creates a new FunctionEventInvokeConfigDestinationConfig. onFailure Configuration block with destination configuration for failed asynchronous invocations. See below. onSuccess Configuration block with destination configuration for successful asynchronous invocations. See below.

Implementation

const FunctionEventInvokeConfigDestinationConfig({
  this.onFailure,
  this.onSuccess,
});