Retry Policy Args
data class RetryPolicyArgs(val eventTimeToLiveInMinutes: Output<Int>? = null, val maxDeliveryAttempts: Output<Int>? = null) : ConvertibleToJava<RetryPolicyArgs>
Information about the retry policy for an event subscription.