Function
public struct Function : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the Lambda function.
Declaration
Swift
public let functionArn: String? -
The configuration of the Lambda function.
Declaration
Swift
public let functionConfiguration: FunctionConfiguration? -
A descriptive or arbitrary ID for the function. This value must be unique within the function definition version. Max length is 128 characters with pattern “[a-zA-Z0-9:_-]+”.
Declaration
Swift
public let id: String -
Undocumented
Declaration
Swift
public init(functionArn: String? = nil, functionConfiguration: FunctionConfiguration? = nil, id: String)
View on GitHub
Function Structure Reference