---
type: resource-type
title: EventInvokeConfig
description: aws resource type AWS::Lambda::EventInvokeConfig
name: EventInvokeConfig
lexicon: aws
resource_type: AWS::Lambda::EventInvokeConfig
---
`AWS::Lambda::EventInvokeConfig`, a resource type of the aws lexicon.

## Properties

- `FunctionName` (`string`, required): The name of the Lambda function.
- `Qualifier` (`string`, required): The identifier of a version or alias.
- `DestinationConfig` (`EventInvokeConfig_DestinationConfig`, optional)
- `MaximumEventAgeInSeconds` (`number`, optional): The maximum age of a request that Lambda sends to a function for processing.
- `MaximumRetryAttempts` (`number`, optional): The maximum number of times to retry when the function returns an error.
