toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.events.kotlin.inputs
/
RuleBatchRetryStrategyArgs
Rule
Batch
Retry
Strategy
Args
data
class
RuleBatchRetryStrategyArgs
(
val
attempts
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
RuleBatchRetryStrategyArgs
>
Members
Constructors
Rule
Batch
Retry
Strategy
Args
Link copied to clipboard
constructor
(
attempts
:
Output
<
Int
>
?
=
null
)
Properties
attempts
Link copied to clipboard
val
attempts
:
Output
<
Int
>
?
=
null
The number of times to attempt to retry, if the job fails. Valid values are 1–10.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RuleBatchRetryStrategyArgs