startToCloseTimeout property

String? startToCloseTimeout
final

The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-300 (1s-5m). If no value is supplied, than a default value of 300s is assumed.

Implementation

final String? startToCloseTimeout;