NAME
Paws::Lambda::FunctionEventInvokeConfig
ATTRIBUTES
DestinationConfig => Paws::Lambda::DestinationConfig
A destination for events after they have been sent to a function for processing.
Destinations
Function - The Amazon Resource Name (ARN) of a Lambda function.
Queue - The ARN of an SQS queue.
Topic - The ARN of an SNS topic.
Event Bus - The ARN of an Amazon EventBridge event bus.
FunctionArn => Str
The Amazon Resource Name (ARN) of the function.
LastModified => Str
The date and time that the configuration was last updated.
MaximumEventAgeInSeconds => Int
The maximum age of a request that Lambda sends to a function for processing.
MaximumRetryAttempts => Int
The maximum number of times to retry when the function returns an error.