LocalVolumeResourceData
public struct LocalVolumeResourceData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The absolute local path of the resource inside the Lambda environment.
Declaration
Swift
public let destinationPath: String?
-
Allows you to configure additional group privileges for the Lambda process. This field is optional.
Declaration
Swift
public let groupOwnerSetting: GroupOwnerSetting?
-
The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with “/sys”.
Declaration
Swift
public let sourcePath: String?
-
Undocumented
Declaration
Swift
public init(destinationPath: String? = nil, groupOwnerSetting: GroupOwnerSetting? = nil, sourcePath: String? = nil)