System Topic Event Subscription Retry Policy Args
data class SystemTopicEventSubscriptionRetryPolicyArgs(val eventTimeToLive: Output<Int>, val maxDeliveryAttempts: Output<Int>) : ConvertibleToJava<SystemTopicEventSubscriptionRetryPolicyArgs>
Properties
Link copied to clipboard
Specifies the time to live (in minutes) for events. Supported range is 1
to 1440
. See official documentation for more details.
Link copied to clipboard
Specifies the maximum number of delivery retry attempts for events.