DeliveryStreamSplunkRetryOptionsArgs

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

Constructors

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

Properties

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

The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.

Functions

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