maximumRetryAttempts property

Input<int?>? maximumRetryAttempts
final

Maximum number of times to retry when the function returns an error. Valid values between 0 and 2. Defaults to 2.

Implementation

final pulumi.Input<int?>? maximumRetryAttempts;