InputLambdaProcessorDescription
public struct InputLambdaProcessorDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the AWS Lambda function that is used to preprocess the records in the stream.
Declaration
Swift
public let resourceARN: String? -
The ARN of the IAM role that is used to access the AWS Lambda function.
Declaration
Swift
public let roleARN: String? -
Undocumented
Declaration
Swift
public init(resourceARN: String? = nil, roleARN: String? = nil)
View on GitHub
InputLambdaProcessorDescription Structure Reference