FunctionEventInvokeConfigDestinationConfigOnFailure constructor
const
FunctionEventInvokeConfigDestinationConfigOnFailure({
- 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,
});