timeout property

int? timeout
final

The allowed function execution time, after which Lambda should terminate the function. This timeout still applies to pinned Lambda functions for each request.

Implementation

final int? timeout;