Retry Policy Args
data class RetryPolicyArgs(val retryCount: Output<Int>? = null, val retryInterval: Output<String>? = null, val retryType: Output<RetryType>? = null) : ConvertibleToJava<RetryPolicyArgs>
Constructors
Link copied to clipboard
fun RetryPolicyArgs(retryCount: Output<Int>? = null, retryInterval: Output<String>? = null, retryType: Output<RetryType>? = null)