pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.cloudtasks.kotlin.inputs
/
QueueRetryConfigArgs
/
QueueRetryConfigArgs
Queue
Retry
Config
Args
fun
QueueRetryConfigArgs
(
maxAttempts
:
Output
<
Int
>
?
=
null
,
maxBackoff
:
Output
<
String
>
?
=
null
,
maxDoublings
:
Output
<
Int
>
?
=
null
,
maxRetryDuration
:
Output
<
String
>
?
=
null
,
minBackoff
:
Output
<
String
>
?
=
null
)