DeliveryStreamRetryOptionsArgs

data class DeliveryStreamRetryOptionsArgs(val durationInSeconds: Output<Int>? = null) : ConvertibleToJava<DeliveryStreamRetryOptionsArgs>

Constructors

Link copied to clipboard
fun DeliveryStreamRetryOptionsArgs(durationInSeconds: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DeliveryStreamRetryOptionsArgs

Properties

Link copied to clipboard
val durationInSeconds: Output<Int>? = null