ConnectorTaskRestartPolicyArgs

data class ConnectorTaskRestartPolicyArgs(val maximumBackoff: Output<String>? = null, val minimumBackoff: Output<String>? = null) : ConvertibleToJava<ConnectorTaskRestartPolicyArgs>

Constructors

Link copied to clipboard
constructor(maximumBackoff: Output<String>? = null, minimumBackoff: Output<String>? = null)

Properties

Link copied to clipboard
val maximumBackoff: Output<String>? = null

The maximum amount of time to wait before retrying a failed task. This sets an upper bound for the backoff delay. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

Link copied to clipboard
val minimumBackoff: Output<String>? = null

The minimum amount of time to wait before retrying a failed task. This sets a lower bound for the backoff delay. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

Functions

Link copied to clipboard
open override fun toJava(): ConnectorTaskRestartPolicyArgs