pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.events.kotlin.outputs
/
RuleRetryPolicy
Rule
Retry
Policy
data
class
RuleRetryPolicy
(
val
maximumEventAgeInSeconds
:
Int
?
=
null
,
val
maximumRetryAttempts
:
Int
?
=
null
)
Types
Constructors
Properties
Constructors
Rule
Retry
Policy
Link copied to clipboard
fun
RuleRetryPolicy
(
maximumEventAgeInSeconds
:
Int
?
=
null
,
maximumRetryAttempts
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
maximum
Event
Age
In
Seconds
Link copied to clipboard
val
maximumEventAgeInSeconds
:
Int
?
=
null
maximum
Retry
Attempts
Link copied to clipboard
val
maximumRetryAttempts
:
Int
?
=
null