GetFunctionDeadLetterConfig constructor
const
GetFunctionDeadLetterConfig({
- required Input<
String> targetArn,
Creates a new GetFunctionDeadLetterConfig.
targetArn ARN of an SNS topic or SQS queue to notify when an invocation fails.
Implementation
const GetFunctionDeadLetterConfig({
required this.targetArn,
});