FunctionEventInvokeConfigDestinationConfigOnFailure constructor

const FunctionEventInvokeConfigDestinationConfigOnFailure({
  1. required Input<String> destination,
})

Creates a new FunctionEventInvokeConfigDestinationConfigOnFailure. destination ARN of the destination resource. See the Lambda Developer Guide for acceptable resource types and associated IAM permissions.

Implementation

const FunctionEventInvokeConfigDestinationConfigOnFailure({
  required this.destination,
});