InputProcessingConfiguration
public struct InputProcessingConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your application code.
Declaration
Swift
public let inputLambdaProcessor: InputLambdaProcessor -
Undocumented
Declaration
Swift
public init(inputLambdaProcessor: InputLambdaProcessor) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
InputProcessingConfiguration Structure Reference