FunctionDeadLetterConfig constructor

const FunctionDeadLetterConfig({
  1. required Input<String> targetArn,
})

Creates a new FunctionDeadLetterConfig. targetArn ARN of an SNS topic or SQS queue to notify when an invocation fails.

Implementation

const FunctionDeadLetterConfig({
  required this.targetArn,
});