Skip to content

Update function event invoke config

async_boto.validation.lambda_.update_function_event_invoke_config

UpdateFunctionEventInvokeConfigRequest

Bases: BaseModel

Request model for updating the configuration for asynchronous invocation for a function, version, or alias.

PARAMETER DESCRIPTION
FunctionName

The name or ARN of the Lambda function, version, or alias. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.

TYPE: str

Qualifier

A version number or alias name. Minimum length of 1. Maximum length of 128.

TYPE: Optional[str]

DestinationConfig

A destination for events after they have been sent to a function for processing.

TYPE: Optional[DestinationConfig]

MaximumEventAgeInSeconds

The maximum age of a request that Lambda sends to a function for processing. Valid range: Minimum value of 60. Maximum value of 21600.

TYPE: Optional[int]

MaximumRetryAttempts

The maximum number of times to retry when the function returns an error. Valid range: Minimum value of 0. Maximum value of 2.

TYPE: Optional[int]

FunctionName instance-attribute

FunctionName

Qualifier instance-attribute

Qualifier

DestinationConfig instance-attribute

DestinationConfig

MaximumEventAgeInSeconds instance-attribute

MaximumEventAgeInSeconds

MaximumRetryAttempts instance-attribute

MaximumRetryAttempts

UpdateFunctionEventInvokeConfigResponse

Bases: BaseModel

Response model for updating the configuration for asynchronous invocation for a function, version, or alias.

DestinationConfig instance-attribute

DestinationConfig

FunctionArn instance-attribute

FunctionArn

LastModified instance-attribute

LastModified

MaximumEventAgeInSeconds instance-attribute

MaximumEventAgeInSeconds

MaximumRetryAttempts instance-attribute

MaximumRetryAttempts