DeliveryStreamAmazonOpenSearchServerlessRetryOptions

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

Constructors

constructor(durationInSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val durationInSeconds: Int? = null

After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.