pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.cloudscheduler.v1beta1.kotlin.inputs
/
RetryConfigArgs
/
RetryConfigArgs
Retry
Config
Args
fun
RetryConfigArgs
(
maxBackoffDuration
:
Output
<
String
>
?
=
null
,
maxDoublings
:
Output
<
Int
>
?
=
null
,
maxRetryDuration
:
Output
<
String
>
?
=
null
,
minBackoffDuration
:
Output
<
String
>
?
=
null
,
retryCount
:
Output
<
Int
>
?
=
null
)