LambdaVolumeMount constructor
LambdaVolumeMount({
- required String destinationPath,
- required String sourcePath,
- bool? addGroupOwner,
- LambdaFilesystemPermission? permission,
Implementation
LambdaVolumeMount({
required this.destinationPath,
required this.sourcePath,
this.addGroupOwner,
this.permission,
});