FunctionEventInvokeConfigDestinationConfigOnSuccess constructor

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

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

Implementation

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