GroupOwnerSetting
public struct GroupOwnerSetting : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If true, AWS IoT Greengrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges. Thus the Lambda process will have the file access permissions of the added Linux group.
Declaration
Swift
public let autoAddGroupOwner: Bool?
-
The name of the Linux OS group whose privileges will be added to the Lambda process. This field is optional.
Declaration
Swift
public let groupOwner: String?
-
Undocumented
Declaration
Swift
public init(autoAddGroupOwner: Bool? = nil, groupOwner: String? = nil)