toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.cloudtasks.v2beta2.kotlin.inputs
/
RetryConfigArgs
/
RetryConfigArgs
Retry
Config
Args
constructor
(
maxAttempts
:
Output
<
Int
>
?
=
null
,
maxBackoff
:
Output
<
String
>
?
=
null
,
maxDoublings
:
Output
<
Int
>
?
=
null
,
maxRetryDuration
:
Output
<
String
>
?
=
null
,
minBackoff
:
Output
<
String
>
?
=
null
,
unlimitedAttempts
:
Output
<
Boolean
>
?
=
null
)