factory DeadLetterConfig.fromJson(Map<String, dynamic> json) { return DeadLetterConfig( targetArn: json['TargetArn'] as String?, ); }