LambdaVolumeMount constructor

LambdaVolumeMount({
  1. required String destinationPath,
  2. required String sourcePath,
  3. bool? addGroupOwner,
  4. LambdaFilesystemPermission? permission,
})

Implementation

LambdaVolumeMount({
  required this.destinationPath,
  required this.sourcePath,
  this.addGroupOwner,
  this.permission,
});