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