LocalVolumeResourceData class
Attributes that define a local volume resource.
Constructors
- LocalVolumeResourceData.new({String? destinationPath, GroupOwnerSetting? groupOwnerSetting, String? sourcePath})
-
LocalVolumeResourceData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- destinationPath → String?
-
The absolute local path of the resource inside the Lambda environment.
final
- groupOwnerSetting → GroupOwnerSetting?
-
Allows you to configure additional group privileges for the Lambda process.
This field is optional.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourcePath → String?
-
The local absolute path of the volume resource on the host. The source path
for a volume resource type cannot start with ''/sys''.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited