Skip to content

Put function event invoke config

async_boto.validation.lambda_.put_function_event_invoke_config

PutFunctionEventInvokeConfigRequest

Bases: BaseModel

Request model for configuring options for asynchronous invocation on an AWS Lambda function.

ATTRIBUTE DESCRIPTION
FunctionName

The name or ARN of the Lambda function, version, or alias.

TYPE: str

Qualifier

A version number or alias name.

TYPE: str

DestinationConfig

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

TYPE: DestinationConfig

MaximumEventAgeInSeconds

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

TYPE: int

MaximumRetryAttempts

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

TYPE: int

FunctionName instance-attribute

FunctionName

Qualifier instance-attribute

Qualifier

DestinationConfig instance-attribute

DestinationConfig

MaximumEventAgeInSeconds instance-attribute

MaximumEventAgeInSeconds

MaximumRetryAttempts instance-attribute

MaximumRetryAttempts

PutFunctionEventInvokeConfigResponse

Bases: BaseModel

Response model for configuring options for asynchronous invocation on an AWS Lambda function.

ATTRIBUTE DESCRIPTION
DestinationConfig

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

TYPE: DestinationConfig

FunctionArn

The Amazon Resource Name (ARN) of the function.

TYPE: str

LastModified

The date and time that the configuration was last updated, in Unix time seconds.

TYPE: int

MaximumEventAgeInSeconds

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

TYPE: int

MaximumRetryAttempts

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

TYPE: int

DestinationConfig instance-attribute

DestinationConfig

FunctionArn instance-attribute

FunctionArn

LastModified instance-attribute

LastModified

MaximumEventAgeInSeconds instance-attribute

MaximumEventAgeInSeconds

MaximumRetryAttempts instance-attribute

MaximumRetryAttempts