class Aws::IoTAnalytics::Types::LambdaActivity
@return [String]
The next activity in the pipeline.
@!attribute [rw] next
@return [Integer]
Lambda functions.
within five minutes, which is the maximum timeout duration for
The Lambda function must be able to process all of these messages
The number of messages passed to the Lambda function for processing.
@!attribute [rw] batch_size
@return [String]
The name of the Lambda function that is run on the message.
@!attribute [rw] lambda_name
@return [String]
The name of the lambda activity.
@!attribute [rw] name
}
next: “ActivityName”,
batch_size: 1, # required
lambda_name: “LambdaName”, # required
name: “ActivityName”, # required
{
data as a hash:
@note When making an API call, you may pass LambdaActivity
An activity that runs a Lambda function to modify the message.