RetryPolicyArgs

fun RetryPolicyArgs(retryCount: Output<Int>? = null, retryInterval: Output<String>? = null, retryType: Output<RetryType>? = null)