ResourceDownloadOwnerSetting
public struct ResourceDownloadOwnerSetting : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The group owner of the resource. This is the name of an existing Linux OS group on the system or a GID. The group’s permissions are added to the Lambda process.
Declaration
Swift
public let groupOwner: String
-
The permissions that the group owner has to the resource. Valid values are “rw” (read/write) or “ro” (read-only).
Declaration
Swift
public let groupPermission: Permission
-
Undocumented
Declaration
Swift
public init(groupOwner: String, groupPermission: Permission)