DeliveryStreamElasticsearchRetryOptionsArgs

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

Constructors

constructor(durationInSeconds: Output<Int>? = null)

Properties

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

After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose re-attempts delivery (including the first attempt). If Kinesis Data Firehose can't deliver the data within the specified time, it writes the data to the backup S3 bucket. For valid values, see the DurationInSeconds content for the ElasticsearchRetryOptions data type in the Amazon Kinesis Data Firehose API Reference .

Functions

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