class Aws::Lambda::Types::FunctionEventInvokeConfig
@!attribute [rw] last_modified
The date and time that the configuration was last updated. @return [Time]
@!attribute [rw] function_arn
The Amazon Resource Name (ARN) of the function. @return [String]
@!attribute [rw] maximum_retry_attempts
The maximum number of times to retry when the function returns an error. @return [Integer]
@!attribute [rw] maximum_event_age_in_seconds
The maximum age of a request that Lambda sends to a function for processing. @return [Integer]
@!attribute [rw] destination_config
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. @return [Types::DestinationConfig]
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/FunctionEventInvokeConfig AWS API Documentation
Constants
- SENSITIVE