Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface PutFunctionEventInvokeConfigCommandOutputProtected

Hierarchy

Properties

DestinationConfig?: 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 a standard SQS queue.

  • Topic - The ARN of a standard SNS topic.

  • Event Bus - The ARN of an Amazon EventBridge event bus.

FunctionArn?: string

The Amazon Resource Name (ARN) of the function.

LastModified?: Date

The date and time that the configuration was last updated.

MaximumEventAgeInSeconds?: number

The maximum age of a request that Lambda sends to a function for processing.

MaximumRetryAttempts?: number

The maximum number of times to retry when the function returns an error.