timeout property

  1. @BuiltValueField(wireName: r'timeout')
int? timeout

The amount of time (in seconds) that Lambda allows a function to run before stopping it. The default is 3 seconds. The maximum allowed value is 900 seconds and minimum is 1 second.

Implementation

@BuiltValueField(wireName: r'timeout')
int? get timeout;