FunctionRunAsConfig
public struct FunctionRunAsConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The group ID whose permissions are used to run a Lambda function.
Declaration
Swift
public let gid: Int? -
The user ID whose permissions are used to run a Lambda function.
Declaration
Swift
public let uid: Int? -
Undocumented
Declaration
Swift
public init(gid: Int? = nil, uid: Int? = nil)
View on GitHub
FunctionRunAsConfig Structure Reference