DeliveryStreamSnowflakeRetryOptionsArgs

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

Constructors

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

Properties

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

the time period where Firehose will retry sending data to the chosen HTTP endpoint.

Functions

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