AwsLambdaFunctionDeadLetterConfig constructor

AwsLambdaFunctionDeadLetterConfig({
  1. String? targetArn,
})

Implementation

AwsLambdaFunctionDeadLetterConfig({
  this.targetArn,
});