DeliveryStreamRetryOptions

data class DeliveryStreamRetryOptions(val durationInSeconds: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val durationInSeconds: Int? = null

The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from the specified destination after each attempt.