Consumer Group Consume Retry Policy Args
data class ConsumerGroupConsumeRetryPolicyArgs(val maxRetryTimes: Output<Int>? = null, val retryPolicy: Output<String>? = null) : ConvertibleToJava<ConsumerGroupConsumeRetryPolicyArgs>
Constructors
Link copied to clipboard
fun ConsumerGroupConsumeRetryPolicyArgs(maxRetryTimes: Output<Int>? = null, retryPolicy: Output<String>? = null)