Skip to content

Get function recursion config

async_boto.validation.lambda_.get_function_recursion_config

GetFunctionRecursionConfigRequest

Bases: BaseModel

Request model for retrieving the recursive loop detection configuration of a Lambda function.

ATTRIBUTE DESCRIPTION
FunctionName

The name or ARN of the Lambda function.

TYPE: str

FunctionName instance-attribute

FunctionName

GetFunctionRecursionConfigResponse

Bases: BaseModel

Response model for retrieving the recursive loop detection configuration of a Lambda function.

ATTRIBUTE DESCRIPTION
RecursiveLoop

The recursive loop detection configuration of the function.

TYPE: str

RecursiveLoop instance-attribute

RecursiveLoop